Windows C++ Library
|
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. |
The FolderIterator class declaration.