|
Open CASCADE Technology 6.5.2
|
The class <AncestorIterator> is a iterator which provides
information about inheritance.
An AncestorIterator object is used to scan sequentially the
hierarchy of a type object from its direct super-type to the root.
#include <Standard_AncestorIterator.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_AncestorIterator (const Standard_AncestorIterator &anOther) | |
| The copy constructor for a AncestorIterator . | |
| Standard_AncestorIterator (const Handle< Standard_Type > &aType) | |
| Creates an iterator on the type <aType>. Set the iterator at the beginning of the ancestors; this means near parents are first. | |
| void | Assign (const Standard_AncestorIterator &anOther) |
| Assigns an AncestorIterator from another AncestorIterator. | |
| void | operator= (const Standard_AncestorIterator &anOther) |
| Standard_Boolean | More () const |
| Returns True if there are other ancestors. | |
| void | Next () |
| Moves the position of the iterator to the next super-type. If the current position corresponds to a root class, it becomes undefined. | |
| Standard_AncestorIterator | Iterator () const |
| Returns an <AncestorIterator> corresponding to the current position of the iterator. If there are no more Ancestors. | |
| Handle_Standard_Type | Value () const |
| Returns the type corresponding to the current position of the iterator. | |
| Standard_AncestorIterator::Standard_AncestorIterator | ( | const Standard_AncestorIterator & | anOther | ) |
| Standard_AncestorIterator::Standard_AncestorIterator | ( | const Handle< Standard_Type > & | aType | ) |
| void Standard_AncestorIterator::Assign | ( | const Standard_AncestorIterator & | anOther | ) |
| Standard_AncestorIterator Standard_AncestorIterator::Iterator | ( | ) | const |
| Standard_Boolean Standard_AncestorIterator::More | ( | ) | const |
| void Standard_AncestorIterator::Next | ( | ) |
| void Standard_AncestorIterator::operator delete | ( | void * | anAddress | ) | [inline] |
| void* Standard_AncestorIterator::operator new | ( | size_t | size | ) | [inline] |
| void* Standard_AncestorIterator::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void Standard_AncestorIterator::operator= | ( | const Standard_AncestorIterator & | anOther | ) | [inline] |
| Handle_Standard_Type Standard_AncestorIterator::Value | ( | ) | const |
1.7.4