List of all members.
Public Member Functions |
| BaseExc (const char *s=0) throw () |
| BaseExc (const std::string &s) throw () |
| BaseExc (std::stringstream &s) throw () |
| BaseExc (const BaseExc &be) throw () |
virtual const char * | what () const throw () |
BaseExc & | assign (std::stringstream &s) |
BaseExc & | operator= (std::stringstream &s) |
BaseExc & | append (std::stringstream &s) |
BaseExc & | operator+= (std::stringstream &s) |
BaseExc & | assign (const char *s) |
BaseExc & | operator= (const char *s) |
BaseExc & | append (const char *s) |
BaseExc & | operator+= (const char *s) |
const std::string & | stackTrace () const |
The documentation for this class was generated from the following files:
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/ilmbase-1.0.2/IexBaseExc.h
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/ilmbase-1.0.2/IexBaseExc.cpp