Puma Reference Manual Puma: Puma::PathIterator Class Reference



Puma::PathIterator Class Reference

#include <PathIterator.h>

List of all members.

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

Constructor & Destructor Documentation

Puma::PathIterator::PathIterator ( const char *  )
Puma::PathIterator::~PathIterator ( )

Member Function Documentation

const char* Puma::PathIterator::dest ( ) const
void Puma::PathIterator::done ( ) [inline]
const char* Puma::PathIterator::file ( ) const
bool Puma::PathIterator::in_use ( ) const [inline]
void Puma::PathIterator::init ( const PFMConstIter begin)
void Puma::PathIterator::pattern ( const char *  )

Friends And Related Function Documentation

friend class PathManager [friend]