|
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. | |
| 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.
| stream | - the input stream where the print message will be written | |
| e | - the exception object |
References pdftron::Common::Exception::Print().