Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

s11n::io::strtool::default_escapes_initializer Struct Reference

Internal-use initializer for setting up an entity translation map for default quote-escaping behaviour. More...

#include <strtool.hpp>

List of all members.

Public Member Functions

void operator() (entity_map &map)
 Adds the following escape sequences to map:.


Detailed Description

Internal-use initializer for setting up an entity translation map for default quote-escaping behaviour.

Definition at line 314 of file strtool.hpp.


Member Function Documentation

void s11n::io::strtool::default_escapes_initializer::operator() entity_map map  ) 
 

Adds the following escape sequences to map:.

  • 1x backslash (\) == 2x backslash.

  • 1x apostrophe == 1x backslash 1x apostrophe

  • 1x double-quote == 1x backslash 1x double-quote


The documentation for this struct was generated from the following file:
Generated on Thu Sep 29 20:01:16 2005 for libs11n-1.1.3-dev by  doxygen 1.4.1