fileIterator Class Reference

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

Inheritance diagram for fileIterator:
Inheritance graph
[legend]
Collaboration diagram for fileIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~fileIterator ()
virtual bool hasMoreElements () const =0
virtual ref< filenextElement ()=0

Detailed Description

File list iterator (see file::getFiles).


Constructor & Destructor Documentation

virtual ~fileIterator (  )  [virtual]

Member Function Documentation

virtual bool hasMoreElements (  )  const [pure virtual]

Check whether the cursor has reach the end of the list.

Returns:
true if you can call nextElement(), or false if no more file is available

Implemented in posixFileIterator, and windowsFileIterator.

virtual ref<file> nextElement (  )  [pure virtual]

Return the next file in the list.

Returns:
next file or NULL

Implemented in posixFileIterator, and windowsFileIterator.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2