| VRS - The Virtual Rendering System |
| version 3.3 |
#include <string>#include <boost/scoped_array.hpp>#include <xercesc/util/XMLString.hpp>Go to the source code of this file.
Typedefs | |
| typedef std::basic_string< XMLCh > | XercesString |
Functions | |
| XercesString | fromNative (const char *str) |
| XercesString | fromNative (const std::string &str) |
| std::string | toNative (const XMLCh *str) |
| std::string | toNative (const XercesString &str) |
| typedef std::basic_string<XMLCh> XercesString |
| XercesString fromNative | ( | const std::string & | str | ) | [inline] |
| XercesString fromNative | ( | const char * | str | ) | [inline] |
| std::string toNative | ( | const XercesString & | str | ) | [inline] |
| std::string toNative | ( | const XMLCh * | str | ) | [inline] |