Windows C++ Library
Classes | Namespaces | Functions
FolderIterator.hpp File Reference

The FolderIterator class declaration. More...

Classes

class  WCL::FolderIterator
 An iterator for enumerating the file and directory names in a filesystem folder. More...

Namespaces

namespace  WCL
 

The Windows C++ Library namespace.


Functions

bool WCL::operator== (const FolderIterator &LHS, const FolderIterator &RHS)
 Global equivalence operator for a folder iterator.
bool WCL::operator!= (const FolderIterator &LHS, const FolderIterator &RHS)
 Global non-equivalence operator for a folder iterator.

Detailed Description

The FolderIterator class declaration.

Author:
Chris Oldwood