#include <Exception.h>
Definition at line 48 of file Exception.h.
◆ Exception() [1/2]
reco::parser::Exception::Exception |
( |
const char * |
iIterator | ) |
|
|
inline |
◆ Exception() [2/2]
reco::parser::Exception::Exception |
( |
const Exception & |
iOther | ) |
|
|
inline |
◆ ~Exception()
reco::parser::Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlineoverride |
◆ what()
const char* reco::parser::Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlineoverride |
◆ operator<< [1/6]
Definition at line 87 of file Exception.h.
88 return operator<<(const_cast<Exception&>(
e), iT);
◆ operator<< [2/6]
Definition at line 102 of file Exception.h.
103 f(const_cast<Exception&>(
e).
ost_);
104 return const_cast<Exception&>(
e);
◆ operator<< [3/6]
Definition at line 94 of file Exception.h.
95 f(const_cast<Exception&>(
e).
ost_);
96 return const_cast<Exception&>(
e);
◆ operator<< [4/6]
◆ operator<< [5/6]
◆ operator<< [6/6]
◆ ost_
std::ostringstream reco::parser::Exception::ost_ |
|
private |
◆ what_
std::string reco::parser::Exception::what_ |
|
mutableprivate |