#include <listish.hpp>
Inheritance diagram for s11n::list::streamable_list_serializable_proxy:
Public Member Functions | |
streamable_list_serializable_proxy () | |
template<typename NodeType, typename SerType> | |
bool | operator() (NodeType &dest, const SerType &src) const |
see serialize_streamable_list(). | |
template<typename NodeType, typename SerType> | |
bool | operator() (const NodeType &src, SerType &dest) const |
see deserialize_streamable_list(). |
Definition at line 367 of file listish.hpp.
s11n::list::streamable_list_serializable_proxy::streamable_list_serializable_proxy | ( | ) | [inline] |
Definition at line 371 of file listish.hpp.
bool s11n::list::streamable_list_serializable_proxy::operator() | ( | NodeType & | dest, | |
const SerType & | src | |||
) | const [inline] |
see serialize_streamable_list().
Definition at line 379 of file listish.hpp.
References s11n::list::serialize_streamable_list().
bool s11n::list::streamable_list_serializable_proxy::operator() | ( | const NodeType & | src, | |
SerType & | dest | |||
) | const [inline] |
see deserialize_streamable_list().
Definition at line 386 of file listish.hpp.
References s11n::list::deserialize_streamable_list().