#include <s11nlite.hpp>
Public Types | |
typedef ::s11nlite::node_type | node_type |
Public Member Functions | |
bool | operator() (node_type const &src, std::string const &dest) const |
Returns save(src,dest). | |
bool | operator() (node_type const &src, std::ostream &dest) const |
Returns save(src,dest). | |
template<typename SerT> | |
bool | operator() (SerT const &src, std::string const &dest) const |
Returns save(src,dest). | |
template<typename SerT> | |
bool | operator() (SerT const &src, std::ostream &dest) const |
Returns save(src,dest). |
Added in version 1.1.3.
Definition at line 389 of file s11nlite.hpp.
Definition at line 391 of file s11nlite.hpp.
bool s11nlite::save_binary_f::operator() | ( | node_type const & | src, | |
std::string const & | dest | |||
) | const [inline] |
bool s11nlite::save_binary_f::operator() | ( | node_type const & | src, | |
std::ostream & | dest | |||
) | const [inline] |
bool s11nlite::save_binary_f::operator() | ( | SerT const & | src, | |
std::string const & | dest | |||
) | const [inline] |
bool s11nlite::save_binary_f::operator() | ( | SerT const & | src, | |
std::ostream & | dest | |||
) | const [inline] |