Teamcenter C++ API Reference  2312
Classes
ResultCheck.hxx File Reference
#include <base_utils/libbase_utils_exports.h>
#include <base_utils/libbase_utils_undef.h>

Go to the source code of this file.

Classes

class  ResultCheck
 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...
 

Detailed Description

Defines the class ResultCheck, which leverages error codes in order to check the status of returned codes and throw exceptions if need be.

Definition in file ResultCheck.hxx.