#include <listish.hpp>
Inheritance diagram for s11n::list::serialize_list_f:
Public Member Functions | |
template<typename NodeType, typename SerType> | |
bool | operator() (NodeType &dest, const SerType &src) const |
template<typename NodeType, typename SerType> | |
bool | operator() (NodeType &dest, const std::string &subnodename, const SerType &src) const |
Added in version 1.1.3.
Definition at line 90 of file listish.hpp.
bool s11n::list::serialize_list_f::operator() | ( | NodeType & | dest, | |
const SerType & | src | |||
) | const [inline] |
Definition at line 93 of file listish.hpp.
bool s11n::list::serialize_list_f::operator() | ( | NodeType & | dest, | |
const std::string & | subnodename, | |||
const SerType & | src | |||
) | const [inline] |
Definition at line 99 of file listish.hpp.