|
VMime
|
#include <file.hpp>


Public Member Functions | |
| virtual | ~fileIterator () |
| virtual bool | hasMoreElements () const =0 |
| virtual shared_ptr< file > | nextElement ()=0 |
Additional Inherited Members | |
| Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
File list iterator (see file::getFiles).
|
virtual |
|
pure virtual |
Check whether the cursor has reach the end of the list.
|
pure virtual |
Return the next file in the list.