#include <funtxt_serializer.h>
Inheritance diagram for s11n::io::funtxt_serializer< NodeType >:
Public Types | |
typedef NodeType | node_type |
typedef funtxt_serializer< node_type > | this_type |
typedef tree_builder_lexer< node_type, sharing::funtxt_sharing_context > | parent_type |
Public Member Functions | |
virtual const entity_translation_map & | entity_translations () const |
Reimplemented to return this type's entity translation map. | |
virtual bool | serialize (const node_type &src, std::ostream &dest) |
Writes src out to dest. |
Definition at line 35 of file funtxt_serializer.h.