|
#include <Common/BasicTypes.h>#include <Common/Exception.h>#include <C/Common/TRN_Types.h>#include <C/Common/TRN_UString.h>#include <Common/Common.h>#include <ostream>#include <Impl/UString.inl>


Go to the source code of this file.
Classes | |
| class | pdftron::UString |
| Represents text as a series of Unicode characters. More... | |
Namespaces | |
| namespace | pdftron |
Functions | |
| std::ostream & | pdftron::operator<< (std::ostream &stream, const UString &str) |
| A C++ utility function that can be used to dump ASCII version of UString to any output stream. | |