|
Open CASCADE Technology 6.5.2
|
#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) |
| NLPlate_StackOfPlate () | |
| const NLPlate_StackOfPlate & | Assign (const NLPlate_StackOfPlate &Other) |
| const NLPlate_StackOfPlate & | operator= (const NLPlate_StackOfPlate &Other) |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Depth () const |
| const Plate_Plate & | Top () const |
| void | Push (const Plate_Plate &I) |
| void | Pop () |
| void | Clear () |
| ~NLPlate_StackOfPlate () | |
| Plate_Plate & | ChangeTop () |
| NLPlate_StackOfPlate::NLPlate_StackOfPlate | ( | ) |
| NLPlate_StackOfPlate::~NLPlate_StackOfPlate | ( | ) | [inline] |
| const NLPlate_StackOfPlate& NLPlate_StackOfPlate::Assign | ( | const NLPlate_StackOfPlate & | Other | ) |
| Plate_Plate& NLPlate_StackOfPlate::ChangeTop | ( | ) |
| void NLPlate_StackOfPlate::Clear | ( | ) |
| Standard_Integer NLPlate_StackOfPlate::Depth | ( | ) | const |
| Standard_Boolean NLPlate_StackOfPlate::IsEmpty | ( | ) | const |
| void NLPlate_StackOfPlate::operator delete | ( | void * | anAddress | ) | [inline] |
| void* NLPlate_StackOfPlate::operator new | ( | size_t | size | ) | [inline] |
| void* NLPlate_StackOfPlate::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| const NLPlate_StackOfPlate& NLPlate_StackOfPlate::operator= | ( | const NLPlate_StackOfPlate & | Other | ) | [inline] |
| void NLPlate_StackOfPlate::Pop | ( | ) |
| void NLPlate_StackOfPlate::Push | ( | const Plate_Plate & | I | ) |
| const Plate_Plate& NLPlate_StackOfPlate::Top | ( | ) | const |
1.7.4