#include <memory>
#include <iostream>
#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/util/XercesVersion.hpp>
#include <xercesc/util/XMLString.hpp>
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/util/TransService.hpp>
#include <Base/Exception.h>
Go to the source code of this file.
Classes | |
class | StrX |
class | StrXUTF8 |
class | XStr |
class | XUTF8Str |
Functions | |
std::ostream & | operator<< (std::ostream &target, const StrXUTF8 &toDump) |
std::ostream & | operator<< (std::ostream &target, const StrX &toDump) |
std::ostream& operator<< | ( | std::ostream & | target, | |
const StrXUTF8 & | toDump | |||
) | [inline] |
Definition at line 122 of file XMLTools.h.
References StrXUTF8::c_str().
std::ostream& operator<< | ( | std::ostream & | target, | |
const StrX & | toDump | |||
) | [inline] |
Definition at line 69 of file XMLTools.h.
References StrX::c_str().