This class is a base class for configuration fields representing file names. More...
#include <DirectoryName.hxx>
Public Member Functions | |
DirectoryName () | |
Item of a DirectoryName filter definition. | |
DirectoryName (const std::string &s) | |
DirectoryName (const char *s) | |
virtual | ~DirectoryName () |
This class is a base class for configuration fields representing file names.
By deriving from Text you have most of the std::string operations available and input serialization supporting spaces on reading.
Definition at line 36 of file DirectoryName.hxx.
CLAM::DirectoryName::DirectoryName | ( | ) | [inline] |
Item of a DirectoryName filter definition.
Definition at line 40 of file DirectoryName.hxx.
CLAM::DirectoryName::DirectoryName | ( | const std::string & | s | ) | [inline] |
Definition at line 41 of file DirectoryName.hxx.
CLAM::DirectoryName::DirectoryName | ( | const char * | s | ) | [inline] |
Definition at line 42 of file DirectoryName.hxx.
CLAM::DirectoryName::~DirectoryName | ( | ) | [virtual] |
Definition at line 3 of file DirectoryName.cxx.