pdftron::Common Namespace Reference


Classes

class  Exception
 Exception is derived from standard C++ exception class and it is a superclass for all PDFNet library exceptions. More...
class  Iterator
 Supports a simple iteration over a generic collection. More...
class  Iterator< int >
 The Iterator specialization for integer type. More...
class  Matrix2D
 2D Matrix More...

Functions

std::ostream & operator<< (std::ostream &stream, Exception &e)
 The function allows the use of operator<< instead of Exception::Print on any object derived from Exception.

Function Documentation

std::ostream& pdftron::Common::operator<< ( std::ostream &  stream,
Exception &  e 
) [inline]

The function allows the use of operator<< instead of Exception::Print on any object derived from Exception.

Parameters:
stream - the input stream where the print message will be written
e - the exception object
Returns:
returns the output stream

References pdftron::Common::Exception::Print().


© 2002-2010 PDFTron Systems Inc.