#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 |
Added in version 1.1.3.
Definition at line 718 of file s11nlite.hpp.
|
Definition at line 721 of file s11nlite.hpp. |
|
Specifies that operator() should fetch input from the given stream.
Definition at line 726 of file s11nlite.hpp. |
|
Returns s11nlite::load_node( this->stream ),. Caller owns the returned object, which may be 0. Definition at line 734 of file s11nlite.hpp. References s11n::io::load_node(). |
|
Definition at line 720 of file s11nlite.hpp. |