|
Teamcenter C++ API Reference
2312
|
Manages markpoint for POM rollback mechanism. More...
#include <Markpoint.hxx>
Public Member Functions | |
| void | forget () |
| Markpoint () | |
| virtual | ~Markpoint () |
Private Member Functions | |
| Markpoint (const Markpoint &other) | |
| Markpoint & | operator= (const Markpoint &other) |
Private Attributes | |
| bool | m_forgotten |
| int | m_pomMarkpoint |
Manages markpoint for POM rollback mechanism.
Use as follows:
Definition at line 37 of file Markpoint.hxx.
| Teamcenter::Markpoint::Markpoint | ( | ) |
Constructor.
It places a POM markpoint for POM rollback.
|
virtual |
Destructor.
It automatically rolls back to the POM markpoint.
|
private |
Copy constructor.
| void Teamcenter::Markpoint::forget | ( | ) |
Forgets the previous markpoint.
Once the markpoint is forgotten, the destructor cannot rollback anymore.
|
private |
Indicates if the markpoint is forgotten.
Definition at line 73 of file Markpoint.hxx.
|
private |
The markpoint ID.
Definition at line 70 of file Markpoint.hxx.