A nullary functor to call s11nlite::load_node(istream&). More...
#include <s11nlite.hpp>
Public Types | |
typedef ::s11nlite::node_type | node_type |
Public Member Functions | |
load_node_stream_nullary_f (std::istream &s) | |
Specifies that operator() should fetch input from the given stream. | |
node_type * | operator() () const |
Returns s11nlite::load_node( this->stream ),. | |
Public Attributes | |
std::istream & | stream |
A nullary functor to call s11nlite::load_node(istream&).
Added in version 1.1.3.
Definition at line 712 of file s11nlite.hpp.
Definition at line 715 of file s11nlite.hpp.
s11nlite::load_node_stream_nullary_f::load_node_stream_nullary_f | ( | std::istream & | s | ) | [inline, explicit] |
Specifies that operator() should fetch input from the given stream.
Definition at line 720 of file s11nlite.hpp.
node_type* s11nlite::load_node_stream_nullary_f::operator() | ( | ) | const [inline] |
Returns s11nlite::load_node( this->stream ),.
Caller owns the returned object, which may be 0.
Definition at line 728 of file s11nlite.hpp.
References s11nlite::load_node(), and stream.
std::istream& s11nlite::load_node_stream_nullary_f::stream |
Definition at line 714 of file s11nlite.hpp.
Referenced by operator()().