#include <DirectoryName.hxx>
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.
Public Member Functions | |
DirectoryName () | |
Item of a DirectoryName filter definition. | |
DirectoryName (const std::string &s) | |
DirectoryName (const char *s) | |
virtual | ~DirectoryName () |
CLAM::DirectoryName::DirectoryName | ( | ) | [inline] |
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.