Open CASCADE Technology  6.9.0
Public Member Functions
CDF_DirectoryIterator Class Reference

#include <CDF_DirectoryIterator.hxx>

Public Member Functions

 CDF_DirectoryIterator ()
 creates an Iterator with the directory of the current CDF. More...
 
 CDF_DirectoryIterator (const Handle< CDF_Directory > &aDirectory)
 
Standard_Boolean MoreDocument ()
 Returns True if there are more entries to return. More...
 
void NextDocument ()
 Go to the next entry (if there is not, Value will raise an exception) More...
 
Handle< CDM_DocumentDocument ()
 Returns item value of current entry. More...
 

Constructor & Destructor Documentation

CDF_DirectoryIterator::CDF_DirectoryIterator ( )

creates an Iterator with the directory of the current CDF.

CDF_DirectoryIterator::CDF_DirectoryIterator ( const Handle< CDF_Directory > &  aDirectory)

Member Function Documentation

Handle< CDM_Document > CDF_DirectoryIterator::Document ( )

Returns item value of current entry.

Standard_Boolean CDF_DirectoryIterator::MoreDocument ( )

Returns True if there are more entries to return.

void CDF_DirectoryIterator::NextDocument ( )

Go to the next entry (if there is not, Value will raise an exception)


The documentation for this class was generated from the following file: