Open CASCADE Technology 6.5.2
Public Member Functions
CDF_DirectoryIterator Class Reference

#include <CDF_DirectoryIterator.hxx>

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 CDF_DirectoryIterator ()
 creates an Iterator with the directory
of the current CDF.

 CDF_DirectoryIterator (const Handle< CDF_Directory > &aDirectory)
Standard_Boolean 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)

Handle_CDM_Document Document ()
 Returns item value of current entry


Constructor & Destructor Documentation

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

Member Function Documentation

Handle_CDM_Document CDF_DirectoryIterator::Document ( )
Standard_Boolean CDF_DirectoryIterator::MoreDocument ( )
void CDF_DirectoryIterator::NextDocument ( )
void CDF_DirectoryIterator::operator delete ( void *  anAddress) [inline]
void* CDF_DirectoryIterator::operator new ( size_t  ,
void *  anAddress 
) [inline]
void* CDF_DirectoryIterator::operator new ( size_t  size) [inline]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines