|
Open CASCADE Technology 6.5.2
|
#include <TopExp_StackOfIterator.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TopExp_StackOfIterator () | |
| const TopExp_StackOfIterator & | Assign (const TopExp_StackOfIterator &Other) |
| const TopExp_StackOfIterator & | operator= (const TopExp_StackOfIterator &Other) |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Depth () const |
| const TopoDS_Iterator & | Top () const |
| void | Push (const TopoDS_Iterator &I) |
| void | Pop () |
| void | Clear () |
| ~TopExp_StackOfIterator () | |
| TopoDS_Iterator & | ChangeTop () |
| TopExp_StackOfIterator::TopExp_StackOfIterator | ( | ) |
| TopExp_StackOfIterator::~TopExp_StackOfIterator | ( | ) | [inline] |
| const TopExp_StackOfIterator& TopExp_StackOfIterator::Assign | ( | const TopExp_StackOfIterator & | Other | ) |
| TopoDS_Iterator& TopExp_StackOfIterator::ChangeTop | ( | ) |
| void TopExp_StackOfIterator::Clear | ( | ) |
| Standard_Integer TopExp_StackOfIterator::Depth | ( | ) | const |
| Standard_Boolean TopExp_StackOfIterator::IsEmpty | ( | ) | const |
| void TopExp_StackOfIterator::operator delete | ( | void * | anAddress | ) | [inline] |
| void* TopExp_StackOfIterator::operator new | ( | size_t | size | ) | [inline] |
| void* TopExp_StackOfIterator::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| const TopExp_StackOfIterator& TopExp_StackOfIterator::operator= | ( | const TopExp_StackOfIterator & | Other | ) | [inline] |
| void TopExp_StackOfIterator::Pop | ( | ) |
| void TopExp_StackOfIterator::Push | ( | const TopoDS_Iterator & | I | ) |
| const TopoDS_Iterator& TopExp_StackOfIterator::Top | ( | ) | const |
1.7.4