File list iterator (see file::getFiles). More...


Public Member Functions | |
| virtual | ~fileIterator () |
| virtual bool | hasMoreElements () const =0 |
| virtual ref< file > | nextElement ()=0 |
File list iterator (see file::getFiles).
| virtual ~fileIterator | ( | ) | [virtual] |
| virtual bool hasMoreElements | ( | ) | const [pure virtual] |
Check whether the cursor has reach the end of the list.
Implemented in posixFileIterator, and windowsFileIterator.
| virtual ref<file> nextElement | ( | ) | [pure virtual] |
Return the next file in the list.
Implemented in posixFileIterator, and windowsFileIterator.
1.6.2