frepple::utils::XMLEscape Class Reference

#include <utils.h>

List of all members.

Public Member Functions

 XMLEscape (const string &p)
 XMLEscape (const char *p)

Friends

ostream & operator<< (ostream &, const XMLEscape &)

Detailed Description

@ brief This utility class escapes special characters from a string.

The following characters are replaced:

This class works fine with UTF-8 and single-byte encodings, but will NOT work with other multibyte encodings (such as UTF-116 or UTF-32).

Definition at line 2115 of file utils.h.


Constructor & Destructor Documentation

frepple::utils::XMLEscape::XMLEscape ( const char *  p  )  [inline]

Definition at line 2121 of file utils.h.

frepple::utils::XMLEscape::XMLEscape ( const string &  p  )  [inline]

Definition at line 2122 of file utils.h.


Friends And Related Function Documentation

ostream& operator<< ( ostream &  ,
const XMLEscape  
) [friend]

The documentation for this class was generated from the following file:

Generated on 16 Apr 2010 for frePPLe by  doxygen 1.6.1