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