|
Teamcenter C++ API Reference
2312
|
#include <vector>#include <string>#include <ostream>#include <base_utils/libbase_utils_exports.h>Go to the source code of this file.
Classes | |
| class | IFail |
| A throwable class used to store errors on the error stack. More... | |
Functions | |
| BASE_UTILS_API std::ostream & | operator<< (std::ostream &out, const IFail &ifail) |
This file contains the declarations of the IFail class in module libbase_utils. IFail is a throwable class which stacks an error (or uses the last one on the stack).
Definition in file IFail.hxx.
| BASE_UTILS_API std::ostream& operator<< | ( | std::ostream & | out, |
| const IFail & | ifail | ||
| ) |