#include <funtxt_serializer.hpp>
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 | |
| funtxt_serializer () | |
| virtual | ~funtxt_serializer () |
| 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 38 of file funtxt_serializer.hpp.
| typedef NodeType s11n::io::funtxt_serializer< NodeType >::node_type |
Reimplemented from s11n::io::tree_builder_lexer< NodeType, LexerSharingContext >.
Definition at line 41 of file funtxt_serializer.hpp.
| typedef funtxt_serializer<node_type> s11n::io::funtxt_serializer< NodeType >::this_type |
Definition at line 43 of file funtxt_serializer.hpp.
| typedef tree_builder_lexer<node_type,sharing::funtxt_sharing_context> s11n::io::funtxt_serializer< NodeType >::parent_type |
Reimplemented from s11n::io::tree_builder_lexer< NodeType, LexerSharingContext >.
Definition at line 44 of file funtxt_serializer.hpp.
| s11n::io::funtxt_serializer< NodeType >::funtxt_serializer | ( | ) | [inline] |
Definition at line 46 of file funtxt_serializer.hpp.
References s11n::io::data_node_serializer< NodeType >::magic_cookie(), and MAGIC_COOKIE_FUNTXT.
| virtual s11n::io::funtxt_serializer< NodeType >::~funtxt_serializer | ( | ) | [inline, virtual] |
Definition at line 51 of file funtxt_serializer.hpp.
| virtual const entity_translation_map& s11n::io::funtxt_serializer< NodeType >::entity_translations | ( | ) | const [inline, virtual] |
Reimplemented to return this type's entity translation map.
Reimplemented from s11n::io::data_node_serializer< NodeType >.
Definition at line 57 of file funtxt_serializer.hpp.
References s11n::io::funtxt_serializer_translations().
| virtual bool s11n::io::funtxt_serializer< NodeType >::serialize | ( | const node_type & | src, | |
| std::ostream & | dest | |||
| ) | [inline, virtual] |
Writes src out to dest.
Reimplemented from s11n::io::data_node_serializer< NodeType >.
Definition at line 66 of file funtxt_serializer.hpp.
References INDENT, s11n::io::data_node_serializer< NodeType >::magic_cookie(), and s11n::io::strtool::quote().
1.5.0