#include <s11nlite.hpp>
Public Types | |
typedef ::s11nlite::node_type | node_type |
Public Member Functions | |
load_node_nullary_string_f (std::string const &s) | |
Specifies that operator() should fetch input from the given resource name (normally, but not always, a filename). | |
node_type * | operator() () const |
Returns s11nlite::load_node( this->resource ). | |
Public Attributes | |
const std::string | resource |
Definition at line 737 of file s11nlite.hpp.
|
Definition at line 739 of file s11nlite.hpp. |
|
Specifies that operator() should fetch input from the given resource name (normally, but not always, a filename).
Definition at line 746 of file s11nlite.hpp. |
|
Returns s11nlite::load_node( this->resource ). Caller owns the returned object, which may be 0. Definition at line 754 of file s11nlite.hpp. References s11n::io::load_node(). |
|
Definition at line 740 of file s11nlite.hpp. |