uscxml::X Class Reference
#include <DOM.h>
Public Member Functions | |
| X (X const &other) | |
| X (const XMLCh *const toTranscode) | |
| X (const std::string &fromTranscode) | |
| X (const char *const fromTranscode) | |
| X (char *fromTranscode) | |
| operator bool () | |
| operator std::string () | |
| operator XMLCh * () const | |
| bool | operator!= (const X &other) const |
| bool | operator< (const X &other) const |
| void | operator= (X const &other) |
| bool | operator== (const X &other) const |
| const std::string & | str () const |
Friends | |
| USCXML_API std::ostream & | operator<< (std::ostream &os, const X &data) |
Detailed Description
- Todo:
- : More performant XercesStrings https://alfps.wordpress.com/2010/05/27/cppx-xerces-strings-simplified-by-ownership-part-i/
The documentation for this class was generated from the following file:
- util/DOM.h
