Manages a breadth-only search for files in the specified Path. There is no specific order of results.
More...
#include <OSD_FileIterator.hxx>
Manages a breadth-only search for files in the specified Path. There is no specific order of results.
◆ OSD_FileIterator() [1/2]
OSD_FileIterator::OSD_FileIterator |
( |
| ) |
|
Instantiates Object as empty Iterator;.
◆ OSD_FileIterator() [2/2]
Instantiates Object as Iterator; Wild-card "*" can be used in Mask the same way it is used by unix shell for file names.
◆ ~OSD_FileIterator()
OSD_FileIterator::~OSD_FileIterator |
( |
| ) |
|
|
inline |
◆ Destroy()
void OSD_FileIterator::Destroy |
( |
| ) |
|
◆ Error()
Returns error number if 'Failed' is TRUE.
◆ Failed()
Returns TRUE if an error occurs.
◆ Initialize()
Initializes the current File Iterator.
◆ More()
Returns TRUE if there are other items using the 'Tree' method.
◆ Next()
void OSD_FileIterator::Next |
( |
| ) |
|
Sets the iterator to the next item. Returns the item value corresponding to the current position of the iterator.
◆ Perror()
void OSD_FileIterator::Perror |
( |
| ) |
|
◆ Reset()
void OSD_FileIterator::Reset |
( |
| ) |
|
Resets error counter to zero.
◆ Values()
Returns the next file found .
The documentation for this class was generated from the following file: