#include <DDF_TransactionStack.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | DDF_TransactionStack () |
| Standard_EXPORT const DDF_TransactionStack & | Assign (const DDF_TransactionStack &Other) |
| const DDF_TransactionStack & | operator= (const DDF_TransactionStack &Other) |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Depth () const |
| Standard_EXPORT const Handle_DDF_Transaction & | Top () const |
| Standard_EXPORT void | Push (const Handle(DDF_Transaction)&I) |
| Standard_EXPORT void | Pop () |
| Standard_EXPORT void | Clear () |
| ~DDF_TransactionStack () | |
| Standard_EXPORT Handle_DDF_Transaction & | ChangeTop () |
Private Member Functions | |
| Standard_EXPORT | DDF_TransactionStack (const DDF_TransactionStack &Other) |
Private Attributes | |
| Standard_Address | myTop |
| Standard_Integer | myDepth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1