|
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... | |
Namespaces | |
| namespace | SDF |
| namespace | Common |
| namespace | Filters |
| namespace | |
| namespace | FDF |
Typedefs | |
| typedef TRN_UChar | UChar |
| typedef TRN_ULong | ULong |
| typedef TRN_UInt | UInt |
| typedef TRN_UShort | UShort |
| 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 o UString to any output stream. | |
| typedef TRN_UChar pdftron::UChar |
| typedef TRN_ULong pdftron::ULong |
| typedef TRN_UInt pdftron::UInt |
| typedef TRN_UShort pdftron::UShort |
| 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 o UString to any output stream.
This function is typically used for debugging or in console applications.