#include <directives.h>
Inheritance diagram for conf::ConfStrChar:
Public Member Functions | |
ConfStrChar (std::string const &name, bool reloadable, std::string::size_type minlen, std::string::size_type maxlen, std::string const &validchars) | |
Constructor without default value. | |
ConfStrChar (std::string const &name, std::string const &defval, bool reloadable, std::string::size_type minlen, std::string::size_type maxlen, std::string const &validchars) | |
Constructor with default value. | |
ConfStrChar (std::string const &name, bool reloadable) | |
ConfArray-specific constructor. | |
operator char const * () const | |
Conversion operator. |