Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include <KTCacheDirectory.hh>
Public Member Functions | |
bool | Configure (const scarab::param_node &node) |
Should perform parameter store and command-line configurations. More... | |
bool | IsReady () const |
Check if everything has been correctly configured. More... | |
![]() | |
KTDirectory () | |
virtual | ~KTDirectory () |
const std::string & | GetPath () const |
bool | GetPathExists () const |
Access | GetAccess () const |
bool | SetPath (const std::string &strPath) |
![]() | |
KTSelfConfigurable (const std::string &name="default-self-name") | |
virtual | ~KTSelfConfigurable () |
virtual bool | Configure () |
Configure by getting the top-level node from the parameter store. More... | |
bool | GetIsConfigured () |
![]() | |
KTConfigurable (const std::string &name="default-name") | |
virtual | ~KTConfigurable () |
bool | Configure (const std::string &config) |
Implement the option for calling Configure without passing a parameter store node. More... | |
const std::string & | GetConfigName () const |
void | SetConfigName (const std::string &name) |
Protected Member Functions | |
KTCacheDirectory (const std::string &name="cache-directory") | |
virtual | ~KTCacheDirectory () |
Friends | |
class | scarab::singleton< KTCacheDirectory > |
class | scarab::destroyer< KTCacheDirectory > |
Additional Inherited Members | |
![]() | |
enum | Access { eNone, eRead, eReadWrite } |
![]() | |
boost::filesystem::path | fPath |
bool | fPathExists |
Access | fAccess |
![]() | |
KTCommandLineHandler * | fCLHandler |
std::string | fConfigName |
Definition at line 19 of file KTCacheDirectory.hh.
|
protected |
Definition at line 19 of file KTCacheDirectory.cc.
|
protectedvirtual |
Definition at line 25 of file KTCacheDirectory.cc.
|
virtual |
Should perform parameter store and command-line configurations.
Implements KTSelfConfigurable.
Definition at line 29 of file KTCacheDirectory.cc.
|
inlinevirtual |
Check if everything has been correctly configured.
Implements KTSelfConfigurable.
Definition at line 36 of file KTCacheDirectory.hh.
|
friend |
Definition at line 23 of file KTCacheDirectory.hh.
|
friend |
Definition at line 22 of file KTCacheDirectory.hh.