#include <faith/dir.h>
Public Types | |
| typedef std::forward_iterator_tag | iterator_category |
| typedef Faith::String | value_type |
| typedef ptrdiff_t | difference_type |
| typedef Faith::String * | pointer |
| typedef Faith::String & | reference |
Public Member Functions | |
| Iterator (const Iterator &i) | |
| Iterator () | |
| ~Iterator () | |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| bool | operator== (const Iterator &i) const |
| bool | operator!= (const Iterator &i) const |
| Iterator & | operator= (const Iterator &i) |
| String | name () const |
| String | operator * () const |
| typedef ptrdiff_t Faith::Dir::Iterator::difference_type |
| typedef std::forward_iterator_tag Faith::Dir::Iterator::iterator_category |
| Faith::Dir::Iterator::Iterator | ( | const Iterator & | i | ) |
| Faith::Dir::Iterator::Iterator | ( | ) |
| Faith::Dir::Iterator::~Iterator | ( | ) |
| String Faith::Dir::Iterator::name | ( | ) | const |
| String Faith::Dir::Iterator::operator * | ( | ) | const [inline] |
| bool Faith::Dir::Iterator::operator!= | ( | const Iterator & | i | ) | const [inline] |
| Iterator Faith::Dir::Iterator::operator++ | ( | int | ) |
| Iterator& Faith::Dir::Iterator::operator++ | ( | ) |
| bool Faith::Dir::Iterator::operator== | ( | const Iterator & | i | ) | const |
1.4.7