Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
base_utils
ResultCheck.hxx
Go to the documentation of this file.
1
// Copyright 2022 Siemens Digital Industries Software
2
// ==================================================
3
// Copyright 2013.
4
// Siemens Product Lifecycle Management Software Inc.
5
// All Rights Reserved.
6
// ==================================================
7
// Copyright 2022 Siemens Digital Industries Software
8
15
#ifndef TEAMCENTER_BASE_UTILS_RESULT_CHECK_HXX
16
#define TEAMCENTER_BASE_UTILS_RESULT_CHECK_HXX
17
18
#include <base_utils/libbase_utils_exports.h>
19
20
46
class
BASE_UTILS_API
ResultCheck
47
{
48
public
:
52
ResultCheck
();
53
60
ResultCheck
(
const
int
ifail );
/* */
61
65
virtual
~
ResultCheck
();
66
73
ResultCheck
& operator=(
const
int
ifail );
/* */
74
};
75
76
#include <base_utils/libbase_utils_undef.h>
77
78
#endif