#include <listish.hpp>
Inheritance diagram for s11n::list::deserialize_streamable_list_f:


Public Member Functions | |
| template<typename NodeType, typename ListType> | |
| bool | operator() (const NodeType &src, const std::string &subnodename, ListType &dest) const |
| template<typename NodeType, typename ListType> | |
| bool | operator() (const NodeType &src, ListType &dest) const |
Added in version 1.1.3.
Definition at line 318 of file listish.hpp.
| bool s11n::list::deserialize_streamable_list_f::operator() | ( | const NodeType & | src, | |
| const std::string & | subnodename, | |||
| ListType & | dest | |||
| ) | const [inline] |
Definition at line 321 of file listish.hpp.
| bool s11n::list::deserialize_streamable_list_f::operator() | ( | const NodeType & | src, | |
| ListType & | dest | |||
| ) | const [inline] |
Definition at line 327 of file listish.hpp.
1.5.0