Go to the source code of this file.
Classes | |
struct | s11n::type_traits_base< T, IsConst, IsPointer, IsReference > |
A base type for type_traits. More... | |
struct | s11n::type_traits< T > |
A simple type traits container. More... | |
struct | s11n::type_traits< const T > |
Specialization for (const T). More... | |
struct | s11n::type_traits< T & > |
Specialization for (T &). More... | |
struct | s11n::type_traits< const T & > |
Specialization for (const T &). More... | |
struct | s11n::type_traits< T * > |
Specialization for (T *). More... | |
struct | s11n::type_traits< const T * > |
Specialization for (const T *). 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). |