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) |
s11n::base64 | The base64 namespace encapsulates code for de/serializing binary data using base64 encoding/decoding |
s11n::cl | The s11n::cl namespace encapsulates the public classloader-related API for libs11n |
s11n::cl::Detail | |
s11n::cpp0x | EXPERIMENTAL code based on C++0x features |
s11n::cpp0x::Detail | |
s11n::debug | The s11n::debug namespace holds some code for debugging and tracing s11n internals |
s11n::Detail | The Detail namespace holds types which aren't strictly internal/private, but are nonetheless considered to be "implementation details." Unless specifically documented otherwise, clients are discouraged from using the Detail-namespace API from client code, as any part of it may change significantly or be replaced/removed without any warning |
s11n::Detail::Private | |
s11n::fac | The s11n::fac namespace contains s11n's "private" object factory manager |
s11n::fac::Detail | |
s11n::io | The s11n::io namespace defines some i/o-related types which conform to the conventions expected by the s11n::de/serialize() core functions |
s11n::io::Private | |
s11n::io::sharing | |
s11n::io::strtool | The strtool namespace encapsulates a set of utility functions for working with string objects |
s11n::io::strtool::STPrivate | The functions in the Private namespace should not be used by client code |
s11n::list | The s11n::list namespace defines functors and algorithms for working with std::list/vector-style containers |
s11n::map | The s11n::map namespace defines functors and algorithms for working with std::map, std::pair, and conventions-compatible containers |
s11n::plugin | The plugin namespace encapsulates the braindeadly basic API for loading plugins |
s11n::Private | The Private namespace holds internal library types: these should not be used in client code |
s11n::refcount | The refcount namespace encapsulates code for a reference-counted smart pointer |
s11n::refcount::Detail | All classes in this namespace are "internal details" of the classes in the refcount namespace, and should not be directly used by client code |
s11n::util | The s11n::util namespace encapsulates some utility code for client-side use alongside the s11n framework |
s11n::va | S11n::va encapsulates de/serialization operators for std::valarray objects |
s11nlite | S11nlite is a simplified subset of the s11n interface, combining the APIs from the core and the s11n::io namespace into a single API |