#include <Exception.h>
Public Member Functions | |
Exception (const char *iIterator) | |
Exception (const Exception &iOther) | |
const char * | what () const override throw () |
~Exception () override throw () | |
Private Attributes | |
std::ostringstream | ost_ |
std::string | what_ |
Friends | |
template<class T > | |
Exception & | operator<< (Exception &, const T &) |
template<class T > | |
Exception & | operator<< (const Exception &, const T &) |
Exception & | operator<< (Exception &, std::ostream &(*f)(std::ostream &)) |
Exception & | operator<< (const Exception &, std::ostream &(*f)(std::ostream &)) |
Exception & | operator<< (Exception &, std::ios_base &(*f)(std::ios_base &)) |
Exception & | operator<< (const Exception &, std::ios_base &(*f)(std::ios_base &)) |
Definition at line 48 of file Exception.h.
|
inline |
Definition at line 50 of file Exception.h.
|
inline |
Definition at line 51 of file Exception.h.
References ost_.
|
inlineoverride |
Definition at line 52 of file Exception.h.
|
inlineoverride |
Definition at line 55 of file Exception.h.
Definition at line 82 of file Exception.h.
Definition at line 87 of file Exception.h.
Definition at line 90 of file Exception.h.
Definition at line 94 of file Exception.h.
Definition at line 98 of file Exception.h.
Definition at line 102 of file Exception.h.
|
private |
Definition at line 77 of file Exception.h.
Referenced by Exception(), and what().
|
mutableprivate |
Definition at line 78 of file Exception.h.
Referenced by what().