Open CASCADE Technology
6.9.1
|
#include <CDM_ListIteratorOfListOfDocument.hxx>
Public Member Functions | |
CDM_ListIteratorOfListOfDocument () | |
CDM_ListIteratorOfListOfDocument (const CDM_ListOfDocument &L) | |
void | Initialize (const CDM_ListOfDocument &L) |
Standard_Boolean | More () const |
void | Next () |
Handle< CDM_Document > & | Value () const |
CDM_ListIteratorOfListOfDocument::CDM_ListIteratorOfListOfDocument | ( | ) |
CDM_ListIteratorOfListOfDocument::CDM_ListIteratorOfListOfDocument | ( | const CDM_ListOfDocument & | L | ) |
void CDM_ListIteratorOfListOfDocument::Initialize | ( | const CDM_ListOfDocument & | L | ) |
Standard_Boolean CDM_ListIteratorOfListOfDocument::More | ( | ) | const |
void CDM_ListIteratorOfListOfDocument::Next | ( | ) |
Handle< CDM_Document >& CDM_ListIteratorOfListOfDocument::Value | ( | ) | const |