| Puma Reference Manual | Puma: Puma::PathIterator Class Reference |
#include <PathIterator.h>
Public Member Functions | |
| PathIterator (const char *) | |
| ~PathIterator () | |
| void | pattern (const char *) |
| void | init (const PFMConstIter &begin) |
| bool | in_use () const |
| void | done () |
| const char * | file () const |
| const char * | dest () const |
Friends | |
| class | PathManager |
| Puma::PathIterator::PathIterator | ( | const char * | ) |
| Puma::PathIterator::~PathIterator | ( | ) |
| void Puma::PathIterator::pattern | ( | const char * | ) |
| void Puma::PathIterator::init | ( | const PFMConstIter & | begin | ) |
| bool Puma::PathIterator::in_use | ( | ) | const [inline] |
| void Puma::PathIterator::done | ( | ) | [inline] |
| const char* Puma::PathIterator::file | ( | ) | const |
| const char* Puma::PathIterator::dest | ( | ) | const |
friend class PathManager [friend] |