Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include <KTDirectory.hh>
Public Types | |
enum | Access { eNone, eRead, eReadWrite } |
Public Member Functions | |
KTDirectory () | |
virtual | ~KTDirectory () |
const std::string & | GetPath () const |
bool | GetPathExists () const |
Access | GetAccess () const |
bool | SetPath (const std::string &strPath) |
Protected Attributes | |
boost::filesystem::path | fPath |
bool | fPathExists |
Access | fAccess |
Definition at line 18 of file KTDirectory.hh.
enum Access |
Enumerator | |
---|---|
eNone | |
eRead | |
eReadWrite |
Definition at line 21 of file KTDirectory.hh.
KTDirectory | ( | ) |
Definition at line 22 of file KTDirectory.cc.
|
virtual |
Definition at line 30 of file KTDirectory.cc.
KTDirectory::Access GetAccess | ( | ) | const |
Definition at line 44 of file KTDirectory.cc.
const string & GetPath | ( | ) | const |
Definition at line 34 of file KTDirectory.cc.
bool GetPathExists | ( | ) | const |
Definition at line 39 of file KTDirectory.cc.
bool SetPath | ( | const std::string & | strPath | ) |
Definition at line 49 of file KTDirectory.cc.
|
protected |
Definition at line 42 of file KTDirectory.hh.
|
protected |
Definition at line 40 of file KTDirectory.hh.
|
protected |
Definition at line 41 of file KTDirectory.hh.