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