![]() |
Namespaces | |
namespace | SDF |
namespace | Common |
namespace | Filters |
namespace | |
namespace | FDF |
Classes | |
class | PDFNet |
PDFNet contains global library initialization, registration, configuration, and termination methods. More... | |
class | UString |
Represents text as a series of Unicode characters. More... | |
Typedefs | |
typedef TRN_UChar | UChar |
typedef TRN_UInt32 | UInt32 |
typedef TRN_UInt16 | UInt16 |
typedef TRN_UInt8 | UInt8 |
typedef TRN_Int32 | Int32 |
typedef TRN_Int16 | Int16 |
typedef TRN_Int8 | Int8 |
typedef TRN_Int64 | Int64 |
typedef TRN_UInt64 | UInt64 |
typedef TRN_Unicode | Unicode |
Functions | |
std::ostream & | 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. |
typedef TRN_UChar pdftron::UChar |
typedef TRN_UInt32 pdftron::UInt32 |
typedef TRN_UInt16 pdftron::UInt16 |
typedef TRN_UInt8 pdftron::UInt8 |
typedef TRN_Int32 pdftron::Int32 |
typedef TRN_Int16 pdftron::Int16 |
typedef TRN_Int8 pdftron::Int8 |
typedef TRN_Int64 pdftron::Int64 |
typedef TRN_UInt64 pdftron::UInt64 |
typedef TRN_Unicode pdftron::Unicode |
std::ostream& pdftron::operator<< | ( | std::ostream & | stream, | |
const UString & | str | |||
) | [inline] |
A C++ utility function that can be used to dump ASCII version of UString to any output stream.
This function is typically used for debugging or in console applications.
References pdftron::UString::ConvertToAscii().