GME
13
|
#include <DirSupplier.h>
Public Member Functions | |
std::string | operator* () const |
bool | operator!= (const Dir256Iterator &p_peer) const |
Dir256Iterator & | operator++ () |
operator bool () const | |
bool | operator() () const |
Static Public Member Functions | |
static Dir256Iterator * | createIteratorBeg () |
static Dir256Iterator * | createIteratorEnd () |
Definition at line 19 of file DirSupplier.h.
Dir256Iterator * Dir256Iterator::createIteratorBeg | ( | ) | [static] |
Definition at line 46 of file DirSupplier.cpp.
Dir256Iterator * Dir256Iterator::createIteratorEnd | ( | ) | [static] |
Definition at line 52 of file DirSupplier.cpp.
Dir256Iterator::operator bool | ( | ) | const |
Definition at line 83 of file DirSupplier.cpp.
bool Dir256Iterator::operator!= | ( | const Dir256Iterator & | p_peer | ) | const |
Definition at line 95 of file DirSupplier.cpp.
bool Dir256Iterator::operator() | ( | ) | const |
Definition at line 89 of file DirSupplier.cpp.
std::string Dir256Iterator::operator* | ( | ) | const |
Definition at line 57 of file DirSupplier.cpp.
Dir256Iterator & Dir256Iterator::operator++ | ( | ) |
Definition at line 72 of file DirSupplier.cpp.