|
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 | PomResultStatus |
| A PomResultStatus instance is a temporary object to which both error codes and instances of 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 specified error. This is the main difference with ResultStatus: More... | |
Defines the class PomResultStatus, 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 PomResultStatus.hxx.