Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
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.
 
 CDF_DirectoryIterator (const occ::handle< CDF_Directory > &aDirectory)
 
bool MoreDocument ()
 Returns True if there are more entries to return.
 
void NextDocument ()
 Go to the next entry (if there is not, Value will raise an exception)
 
occ::handle< CDM_DocumentDocument ()
 Returns item value of current entry.
 

Constructor & Destructor Documentation

◆ CDF_DirectoryIterator() [1/2]

CDF_DirectoryIterator::CDF_DirectoryIterator ( )

creates an Iterator with the directory of the current CDF.

◆ CDF_DirectoryIterator() [2/2]

CDF_DirectoryIterator::CDF_DirectoryIterator ( const occ::handle< CDF_Directory > & aDirectory)

Member Function Documentation

◆ Document()

occ::handle< CDM_Document > CDF_DirectoryIterator::Document ( )

Returns item value of current entry.

◆ MoreDocument()

bool CDF_DirectoryIterator::MoreDocument ( )

Returns True if there are more entries to return.

◆ NextDocument()

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: