|
| enum | Policy { kQuietNoopPolicy
, kNoisyNoopPolicy
, kThrowPolicy
} |
| enum | UnknownExceptionFlag { kUnknownException
} |
|
|
| ErrorHandler (Policy iPolicy) |
| void | operator() (std::exception &iExc, const std::string &iCtx="") |
|
void | operator() (const std::string &iErrMsg, const std::string &iCtx="") |
|
void | operator() (UnknownExceptionFlag iUef, const std::string &iCtx="") |
|
Policy | getPolicy () const |
|
void | setPolicy (Policy iPolicy) |
|
const std::string | getErrorLog () const |
|
bool | valid () const |
|
void | clear () |
◆ operator()()
| void Alembic::Abc::ALEMBIC_VERSION_NS::ErrorHandler::operator() |
( |
std::exception & | iExc, |
|
|
const std::string & | iCtx = "" ) |
Default copy constructor Default assignment operator
The documentation for this class was generated from the following files: