|
Open CASCADE Technology
6.5.4
|
Iterates on Reference attributes.
#include <TDocStd_XLinkIterator.hxx>
Public Member Functions | |
| DEFINE_STANDARD_ALLOC | TDocStd_XLinkIterator () |
| Returns an empty iterator; | |
| TDocStd_XLinkIterator (const Handle< TDocStd_Document > &D) | |
| Creates an iterator on Reference of <D>. | |
| void | Initialize (const Handle< TDocStd_Document > &D) |
| Restarts an iteration with <D>. | |
| Standard_Boolean | More () const |
| Returns True if there is a current Item in the iteration. | |
| void | Next () |
| Move to the next item; raises if there is no more item. | |
| TDocStd_XLinkPtr | Value () const |
| Returns the current item; a null handle if there is none. | |
| Standard_Boolean TDocStd_XLinkIterator::More | ( | ) | const |
| TDocStd_XLinkPtr TDocStd_XLinkIterator::Value | ( | ) | const |
1.8.0