#include <OSD_FileIterator.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | OSD_FileIterator () |
| Instantiates Object as empty Iterator; . | |
| Standard_EXPORT | OSD_FileIterator (const OSD_Path &where, const TCollection_AsciiString &Mask) |
| Instantiates Object as Iterator; Wild-card "*" can be used in Mask the same way it is used by unix shell for file names . | |
| Standard_EXPORT void | Destroy () |
| ~OSD_FileIterator () | |
| Standard_EXPORT void | Initialize (const OSD_Path &where, const TCollection_AsciiString &Mask) |
| Initializes the current File Iterator . | |
| Standard_EXPORT Standard_Boolean | More () |
| Returns TRUE if there are other items using the 'Tree' method. . | |
| Standard_EXPORT void | Next () |
| Sets the iterator to the next item. Returns the item value corresponding to the current position of the iterator. . | |
| Standard_EXPORT OSD_File | Values () |
| Returns the next file found . . | |
| Standard_EXPORT Standard_Boolean | Failed () const |
| Returns TRUE if an error occurs . | |
| Standard_EXPORT void | Reset () |
| Resets error counter to zero . | |
| Standard_EXPORT void | Perror () |
| Raises OSD_Error . | |
| Standard_EXPORT Standard_Integer | Error () const |
| Returns error number if 'Failed' is TRUE. . | |
Private Attributes | |
| OSD_File | TheIterator |
| Standard_Integer | myFlag |
| TCollection_AsciiString | myMask |
| TCollection_AsciiString | myPlace |
| Standard_Address | myDescr |
| Standard_Address | myEntry |
| Standard_Integer | myInit |
| OSD_Error | myError |
| Standard_Integer | myHandle |
| Standard_Address | myData |
| Standard_Boolean | myFirstCall |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1