|
OPeNDAP Hyrax Back End Server (BES) Updated for version 3.8.3
|
#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 string &dirName) | |
| BESFSDir (const string &dirName, const string &fileExpr) | |
| BESFSDir (const BESFSDir ©From) | |
| 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.