#include <Exception.h>
Public Member Functions | |
Exception (const char *iIterator) | |
Exception (const Exception &iOther) | |
const char * | what () const throw () |
~Exception () 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 52 of file Exception.h.
|
inline |
Definition at line 55 of file Exception.h.
|
inline |
Definition at line 56 of file Exception.h.
References ost_.
|
inline |
Definition at line 59 of file Exception.h.
|
inline |
Definition at line 62 of file Exception.h.
Definition at line 86 of file Exception.h.
Definition at line 91 of file Exception.h.
Definition at line 94 of file Exception.h.
Definition at line 99 of file Exception.h.
Definition at line 104 of file Exception.h.
Definition at line 108 of file Exception.h.
|
private |
Definition at line 81 of file Exception.h.
Referenced by Exception(), reco::parser::operator<<(), and what().
|
mutableprivate |
Definition at line 82 of file Exception.h.
Referenced by what().