Open CASCADE Technology
6.5.4
|
#include <CDF_DirectoryIterator.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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 |
CDF_DirectoryIterator::CDF_DirectoryIterator | ( | const Handle< CDF_Directory > & | aDirectory | ) |
Handle_CDM_Document CDF_DirectoryIterator::Document | ( | ) |