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