#include <listish.hpp>
Public Member Functions | |
template<typename NodeType, typename SerType> | |
bool | operator() (const NodeType &src, SerType &dest) const |
template<typename NodeType, typename SerType> | |
bool | operator() (const NodeType &src, const std::string &subnodename, SerType &dest) const |
Added in version 1.1.3.
Definition at line 181 of file listish.hpp.
bool s11n::list::deserialize_list_f::operator() | ( | const NodeType & | src, | |
SerType & | dest | |||
) | const [inline] |
Definition at line 185 of file listish.hpp.
bool s11n::list::deserialize_list_f::operator() | ( | const NodeType & | src, | |
const std::string & | subnodename, | |||
SerType & | dest | |||
) | const [inline] |
Definition at line 191 of file listish.hpp.