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.
Use InFilename and OutFilename subclasses to discriminate the serialization direction and subclass them to specify concrete filters and file type family names.
Definition at line 39 of file DirectoryName.hxx.
CLAM::DirectoryName::DirectoryName | ( | ) | [inline] |
Item of a DirectoryName filter definition.
Definition at line 43 of file DirectoryName.hxx.
CLAM::DirectoryName::DirectoryName | ( | const std::string & | s | ) | [inline] |
Definition at line 44 of file DirectoryName.hxx.
CLAM::DirectoryName::DirectoryName | ( | const char * | s | ) | [inline] |
Definition at line 45 of file DirectoryName.hxx.
CLAM::DirectoryName::~DirectoryName | ( | ) | [virtual] |
Definition at line 3 of file DirectoryName.cxx.