funtxt_serializer.hpp File Reference

#include <s11n.net/s11n/io/data_node_format.hpp>
#include <s11n.net/s11n/traits.hpp>

Go to the source code of this file.

Classes

struct  s11n::io::sharing::funtxt_sharing_context
 Sharing context used by funtxt_serializer. More...
class  s11n::io::funtxt_serializer< NodeType >
 De/serializes objects from/to this class' config-file-like grammar. 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).


namespace  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.


namespace  s11n::io::sharing

Defines

#define funtxt_SERIALIZER_H_INCLUDED   1
#define MAGIC_COOKIE_FUNTXT   "#SerialTree 1"
#define INDENT(LEVEL, ECHO)   indent = ""; for( size_t i = 0; i < depth + LEVEL; i++ ) { indent += '\t'; if(ECHO) dest << '\t'; }

Functions

entity_translation_map & s11n::io::funtxt_serializer_translations ()
 The entity translations map used by funtxt_serializer.

Define Documentation

#define funtxt_SERIALIZER_H_INCLUDED   1

Definition at line 2 of file funtxt_serializer.hpp.

#define INDENT ( LEVEL,
ECHO   )     indent = ""; for( size_t i = 0; i < depth + LEVEL; i++ ) { indent += '\t'; if(ECHO) dest << '\t'; }

Definition at line 16 of file funtxt_serializer.hpp.

#define MAGIC_COOKIE_FUNTXT   "#SerialTree 1"

Generated on Sat Mar 20 12:29:24 2010 for libs11n-1.2.10 by  doxygen 1.6.1