Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

s11n::list::streamable_list_serializable_proxy Class Reference

streamable_list_serializable_proxy is a functor for de/serializing lists of i/ostreamable Serializables (e.g. More...

#include <listish.hpp>

Inheritance diagram for s11n::list::streamable_list_serializable_proxy:

s11n::serialize_binary_f_tag s11n::deserialize_binary_f_tag List of all members.

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().

Detailed Description

streamable_list_serializable_proxy is a functor for de/serializing lists of i/ostreamable Serializables (e.g.

, PODs).

Definition at line 367 of file listish.hpp.


Constructor & Destructor Documentation

s11n::list::streamable_list_serializable_proxy::streamable_list_serializable_proxy  )  [inline]
 

Definition at line 371 of file listish.hpp.


Member Function Documentation

template<typename NodeType, typename SerType>
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().

template<typename NodeType, typename SerType>
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().


The documentation for this class was generated from the following file:
Generated on Sun Dec 18 18:30:29 2005 for libs11n-1.2.2 by  doxygen 1.4.4