![]() |
#include <typeinfo>
#include <string>
#include <memory.h>
#include <cstdio>
#include <C/Common/TRN_Exception.h>
#include <Impl/Exception.inl>
Go to the source code of this file.
Classes | |
class | pdftron::Common::Exception |
Exception is derived from standard C++ exception class and it is a superclass for all PDFNet library exceptions. More... | |
Namespaces | |
namespace | pdftron |
namespace | pdftron::Common |
Functions | |
std::ostream & | pdftron::Common::operator<< (std::ostream &stream, Exception &e) |
The function allows the use of operator<< instead of Exception::Print on any object derived from Exception. |