Go to the source code of this file.
Classes | |
struct | s11n::serialize_f_tag |
A tag type for serialization functors. More... | |
struct | s11n::serialize_nullary_f_tag |
A tag type for serialization functors which look like:. More... | |
struct | s11n::serialize_binary_f_tag |
A tag type for serialization functors which look like:. More... | |
struct | s11n::serialize_unary_node_f_tag |
A tag type for serialization functors which look like:. More... | |
struct | s11n::serialize_unary_serializable_f_tag |
A tag type for serialization functors which look like:. More... | |
struct | s11n::deserialize_f_tag |
A tag type for deserialization functors. More... | |
struct | s11n::deserialize_nullary_f_tag |
A tag type for deserialization functors which look like:. More... | |
struct | s11n::deserialize_binary_f_tag |
A tag type for deserialization functors which look like:. More... | |
struct | s11n::deserialize_unary_node_f_tag |
A tag type for deserialization functors which look like:. More... | |
struct | s11n::deserialize_unary_serializable_f_tag |
A tag type for deserialization functors which look like:. More... | |
Namespaces | |
namespace | s11n |
The s11n serialization (s11n) framework is an object serialization framework for C++ modelled heavily off work by Rusty Ballinger (bozo@users.sourceforge.net http://libfunutil.sourceforge.net). | |
Defines | |
#define | s11n_net_s11n_1_1_TAGS_HPP_INCLUDED 1 |