OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESFSDir Class Reference

#include <BESFSDir.h>

List of all members.

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 &copyFrom)
virtual BESFSDir::dirIterator endOfDirList ()
virtual BESFSDir::fileIterator endOfFileList ()
virtual string getDirName ()
virtual ~BESFSDir ()

Detailed Description

Definition at line 44 of file BESFSDir.h.


Member Typedef Documentation

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

Definition at line 67 of file BESFSDir.cc.

Definition at line 87 of file BESFSDir.cc.

Definition at line 77 of file BESFSDir.cc.

Definition at line 97 of file BESFSDir.cc.

virtual string BESFSDir::getDirName ( ) [inline, virtual]

Definition at line 69 of file BESFSDir.h.


The documentation for this class was generated from the following files: