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

Classes

class  ByteRange
 
class  Exception
 
class  Iterator
 
class  Iterator< int >
 
class  Matrix2D
 
class  RecentlyUsedCache
 

Functions

std::ostream & operator<< (std::ostream &stream, Exception &e)
 

Function Documentation

◆ operator<<()

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

Definition at line 112 of file Exception.h.