iterator for STL algorithm integration More...
#include <util.h>
Public Member Functions | |
iterator () | |
Default constructor. More... | |
bool | operator!= (const iterator &rhs) const |
const FileSearchItem & | operator* () const |
iterator & | operator++ () |
iterator | operator++ (int) const |
const FileSearchItem * | operator-> () const |
bool | operator== (const iterator &rhs) const |
Public Attributes | |
friend | FileSearch |
iterator for STL algorithm integration
|
inline |
Default constructor.
It's ok for the user to construct a default iterator, but the real constructor is only available to FileSearch