#include <mapish.hpp>
Inheritance diagram for s11n::map::deserialize_map_f:
Public Member Functions | |
template<typename NodeType, typename MapType> | |
bool | operator() (const NodeType &src, MapType &dest) const |
template<typename NodeType, typename MapType> | |
bool | operator() (const NodeType &src, const std::string &subnodename, MapType &dest) const |
Added in version 1.1.3.
Definition at line 514 of file mapish.hpp.
bool s11n::map::deserialize_map_f::operator() | ( | const NodeType & | src, | |
MapType & | dest | |||
) | const [inline] |
Definition at line 517 of file mapish.hpp.
bool s11n::map::deserialize_map_f::operator() | ( | const NodeType & | src, | |
const std::string & | subnodename, | |||
MapType & | dest | |||
) | const [inline] |
Definition at line 523 of file mapish.hpp.