bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
BESFSDir Class Reference
Collaboration diagram for BESFSDir:
Collaboration graph

Public Types

typedef std::list< BESFSDir >::iterator dirIterator
 
typedef std::list< BESFSFile >::iterator fileIterator
 

Public Member Functions

virtual BESFSDir::dirIterator beginOfDirList ()
 
virtual BESFSDir::fileIterator beginOfFileList ()
 
 BESFSDir (const BESFSDir &copyFrom)
 
 BESFSDir (const std::string &dirName)
 
 BESFSDir (const std::string &dirName, const std::string &fileExpr)
 
virtual BESFSDir::dirIterator endOfDirList ()
 
virtual BESFSDir::fileIterator endOfFileList ()
 
virtual std::string getDirName ()
 

Detailed Description

Definition at line 41 of file BESFSDir.h.

Member Typedef Documentation

◆ dirIterator

typedef std::list<BESFSDir>::iterator BESFSDir::dirIterator

Definition at line 57 of file BESFSDir.h.

◆ fileIterator

typedef std::list<BESFSFile>::iterator BESFSDir::fileIterator

Definition at line 62 of file BESFSDir.h.

Constructor & Destructor Documentation

◆ BESFSDir() [1/3]

BESFSDir::BESFSDir ( const std::string & dirName)

Definition at line 47 of file BESFSDir.cc.

◆ BESFSDir() [2/3]

BESFSDir::BESFSDir ( const std::string & dirName,
const std::string & fileExpr )

Definition at line 52 of file BESFSDir.cc.

◆ BESFSDir() [3/3]

BESFSDir::BESFSDir ( const BESFSDir & copyFrom)

Definition at line 57 of file BESFSDir.cc.

◆ ~BESFSDir()

BESFSDir::~BESFSDir ( )
virtual

Definition at line 62 of file BESFSDir.cc.

Member Function Documentation

◆ beginOfDirList()

BESFSDir::dirIterator BESFSDir::beginOfDirList ( )
virtual

Definition at line 66 of file BESFSDir.cc.

◆ beginOfFileList()

BESFSDir::fileIterator BESFSDir::beginOfFileList ( )
virtual

Definition at line 84 of file BESFSDir.cc.

◆ endOfDirList()

BESFSDir::dirIterator BESFSDir::endOfDirList ( )
virtual

Definition at line 75 of file BESFSDir.cc.

◆ endOfFileList()

BESFSDir::fileIterator BESFSDir::endOfFileList ( )
virtual

Definition at line 93 of file BESFSDir.cc.

◆ getDirName()

virtual std::string BESFSDir::getDirName ( )
inlinevirtual

Definition at line 67 of file BESFSDir.h.


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