Open CASCADE Technology 6.6.0
|
Iterates on Reference attributes.
#include <TDocStd_XLinkIterator.hxx>
Public Member Functions | |
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. |
TDocStd_XLinkIterator::TDocStd_XLinkIterator | ( | ) |
TDocStd_XLinkIterator::TDocStd_XLinkIterator | ( | const Handle< TDocStd_Document > & | D | ) |
void TDocStd_XLinkIterator::Initialize | ( | const Handle< TDocStd_Document > & | D | ) |
Standard_Boolean TDocStd_XLinkIterator::More | ( | ) | const |
void TDocStd_XLinkIterator::Next | ( | ) |
TDocStd_XLinkPtr TDocStd_XLinkIterator::Value | ( | ) | const |