#include <s11nlite.hpp>
Public Types | |
typedef ::s11nlite::node_type | node_type |
Public Member Functions | |
load_node_string_nullary_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 |
Prior to v1.3.1 this function was called load_node_nullary_string_f. In 1.3.1 it was renamed for consistency with its cousins.
Definition at line 714 of file s11nlite.hpp.
Definition at line 716 of file s11nlite.hpp.
s11nlite::load_node_string_nullary_f::load_node_string_nullary_f | ( | std::string const & | s | ) | [inline, explicit] |
Specifies that operator() should fetch input from the given resource name (normally, but not always, a filename).
Definition at line 723 of file s11nlite.hpp.
node_type* s11nlite::load_node_string_nullary_f::operator() | ( | ) | const [inline] |
Returns s11nlite::load_node( this->resource ).
Caller owns the returned object, which may be 0.
Definition at line 731 of file s11nlite.hpp.
References s11nlite::load_node().
const std::string s11nlite::load_node_string_nullary_f::resource |
Definition at line 717 of file s11nlite.hpp.