#include <string>
#include <s11n.net/s11n/s11n_config.hpp>
#include <s11n.net/s11n/classload.hpp>
#include <s11n.net/s11n/traits.hpp>
#include <s11n.net/s11n/exception.hpp>
#include <s11n.net/s11n/serialize.hpp>
#include <s11n.net/s11n/algo.hpp>
#include <s11n.net/s11n/s11n_node.hpp>
#include <s11n.net/s11n/tags.hpp>
Go to the source code of this file.
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). | |
namespace | s11n::Private |
The Private namespace holds internal library types: these should not be used in client code. | |
namespace | s11n::io |
The s11n::io namespace defines some i/o-related types which conform to the conventions expected by the | |
namespace | 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. | |
Defines | |
#define | s11n_S11N_H_INCLUDED 1 |
Functions | |
std::string | s11n::library_version () |
Returns the string form of the s11n library version. | |
void | s11n::Private::s11n_1_1_assertion () |
Internal, not for client use. |