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