|
Teamcenter C++ API Reference
2312
|
#include <base_utils/StatusT.hxx>#include <base_utils/libbase_utils_exports.h>#include <base_utils/libbase_utils_undef.h>Go to the source code of this file.
Classes | |
| class | ResultStatus |
| A ResultStatus instance is a temporary object to which both error codes and instances status_t can be assigned. If, once such has been assigned, the result turns out to be a failure, the class will throw an IFail using the last error on the error stack. More... | |
Defines the class ResultStatus, which leverages both error codes and instances of status_t in order to check the status of returned codes and throw exceptions if need be.
Definition in file TcResultStatus.hxx.