#include <BESFSDir.h>
Public Types | |
typedef list< BESFSDir >::iterator | dirIterator |
typedef list< BESFSFile >::iterator | fileIterator |
Public Member Functions | |
virtual BESFSDir::dirIterator | beginOfDirList () |
virtual BESFSDir::fileIterator | beginOfFileList () |
BESFSDir (const BESFSDir ©From) | |
BESFSDir (const string &dirName, const string &fileExpr) | |
BESFSDir (const string &dirName) | |
virtual BESFSDir::dirIterator | endOfDirList () |
virtual BESFSDir::fileIterator | endOfFileList () |
virtual string | getDirName () |
virtual | ~BESFSDir () |
Definition at line 44 of file BESFSDir.h.
typedef list<BESFSDir>::iterator BESFSDir::dirIterator |
Definition at line 61 of file BESFSDir.h.
typedef list<BESFSFile>::iterator BESFSDir::fileIterator |
Definition at line 65 of file BESFSDir.h.
BESFSDir::BESFSDir | ( | const string & | dirName | ) |
Definition at line 45 of file BESFSDir.cc.
BESFSDir::BESFSDir | ( | const string & | dirName, | |
const string & | fileExpr | |||
) |
Definition at line 51 of file BESFSDir.cc.
BESFSDir::BESFSDir | ( | const BESFSDir & | copyFrom | ) |
Definition at line 57 of file BESFSDir.cc.
BESFSDir::~BESFSDir | ( | ) | [virtual] |
Definition at line 63 of file BESFSDir.cc.
BESFSDir::dirIterator BESFSDir::beginOfDirList | ( | ) | [virtual] |
Definition at line 67 of file BESFSDir.cc.
BESFSDir::fileIterator BESFSDir::beginOfFileList | ( | ) | [virtual] |
Definition at line 87 of file BESFSDir.cc.
BESFSDir::dirIterator BESFSDir::endOfDirList | ( | ) | [virtual] |
Definition at line 77 of file BESFSDir.cc.
BESFSDir::fileIterator BESFSDir::endOfFileList | ( | ) | [virtual] |
Definition at line 97 of file BESFSDir.cc.
virtual string BESFSDir::getDirName | ( | ) | [inline, virtual] |
Definition at line 69 of file BESFSDir.h.