neoWidgets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
neo::FileSearch::iterator Class Reference

iterator for STL algorithm integration More...

#include <util.h>

Public Member Functions

 iterator ()
 Default constructor. More...
 
bool operator!= (const iterator &rhs) const
 
const FileSearchItemoperator* () const
 
iteratoroperator++ ()
 
iterator operator++ (int) const
 
const FileSearchItemoperator-> () const
 
bool operator== (const iterator &rhs) const
 

Public Attributes

friend FileSearch
 

Detailed Description

iterator for STL algorithm integration

Constructor & Destructor Documentation

neo::FileSearch::iterator::iterator ( )
inline

Default constructor.

It's ok for the user to construct a default iterator, but the real constructor is only available to FileSearch


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