#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_EXPORT | Standard_AncestorIterator (const Standard_AncestorIterator &anOther) |
| The copy constructor for a AncestorIterator . . | |
| Standard_EXPORT | 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. . | |
| Standard_EXPORT void | Assign (const Standard_AncestorIterator &anOther) |
| Assigns an AncestorIterator from another AncestorIterator. . | |
| void | operator= (const Standard_AncestorIterator &anOther) |
| Standard_EXPORT Standard_Boolean | More () const |
| Returns True if there are other ancestors. . | |
| Standard_EXPORT 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_EXPORT Standard_AncestorIterator | Iterator () const |
| Returns an <ancestoriterator> corresponding to the current position of the iterator. If there are no more Ancestors. . | |
| Standard_EXPORT Handle_Standard_Type | Value () const |
| Returns the type corresponding to the current position of the iterator. . | |
Private Attributes | |
| Handle_Standard_Type | myType |
| Standard_Integer | myNbIter |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1