Loading...
Searching...
No Matches
pdftron Namespace Reference

Namespaces

namespace  Common
namespace  Crypto
namespace  FDF
namespace  Filters
namespace  Layout
namespace  PDF
namespace  SDF

Classes

class  PDFNet
class  UString

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)

Typedef Documentation

◆ Int16

typedef TRN_Int16 pdftron::Int16

Definition at line 17 of file BasicTypes.h.

◆ Int32

typedef TRN_Int32 pdftron::Int32

Definition at line 16 of file BasicTypes.h.

◆ Int64

typedef TRN_Int64 pdftron::Int64

Definition at line 20 of file BasicTypes.h.

◆ Int8

typedef TRN_Int8 pdftron::Int8

Definition at line 18 of file BasicTypes.h.

◆ UChar

typedef TRN_UChar pdftron::UChar

Definition at line 12 of file BasicTypes.h.

◆ UInt16

typedef TRN_UInt16 pdftron::UInt16

Definition at line 14 of file BasicTypes.h.

◆ UInt32

typedef TRN_UInt32 pdftron::UInt32

Definition at line 13 of file BasicTypes.h.

◆ UInt64

typedef TRN_UInt64 pdftron::UInt64

Definition at line 21 of file BasicTypes.h.

◆ UInt8

typedef TRN_UInt8 pdftron::UInt8

Definition at line 15 of file BasicTypes.h.

◆ Unicode

typedef TRN_Unicode pdftron::Unicode

Definition at line 22 of file BasicTypes.h.

Function Documentation

◆ operator<<()

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.

Definition at line 388 of file UString.h.