PBRT
Iex::BaseExc Class Reference

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 ()
BaseExcassign (std::stringstream &s)
BaseExcoperator= (std::stringstream &s)
BaseExcappend (std::stringstream &s)
BaseExcoperator+= (std::stringstream &s)
BaseExcassign (const char *s)
BaseExcoperator= (const char *s)
BaseExcappend (const char *s)
BaseExcoperator+= (const char *s)
const std::string & stackTrace () const

The documentation for this class was generated from the following files: