A nullary functor forwarding to s11nlite::save(node,string). More...
#include <s11nlite.hpp>
Public Types | |
typedef save_nullary_base_f < ::s11nlite::node_type, const std::string > | parent_t |
typedef ::s11nlite::node_type | node_type |
Public Member Functions | |
save_node_string_nullary_f (node_type const &src, std::string const &dest) | |
See the notes in the base type API for requirements of src and dest. |
A nullary functor forwarding to s11nlite::save(node,string).
Definition at line 603 of file s11nlite.hpp.
Definition at line 606 of file s11nlite.hpp.
typedef save_nullary_base_f< ::s11nlite::node_type, const std::string > s11nlite::save_node_string_nullary_f::parent_t |
Definition at line 605 of file s11nlite.hpp.
s11nlite::save_node_string_nullary_f::save_node_string_nullary_f | ( | node_type const & | src, | |
std::string const & | dest | |||
) | [inline] |
See the notes in the base type API for requirements of src and dest.
Definition at line 611 of file s11nlite.hpp.