IXE::conf< std::string > Class Template Reference
[Configuration]
A conf<string> is a configuration variable containing a string value.
More...
#include <conf_string.h>
List of all members.
|
Public Member Functions |
| conf (char const *name, char const *default_value="") |
| operator char const * () const |
| operator char * () const |
conf< std::string > & | operator= (char const *s) |
std::string | operator+ (char const *s) |
conf< std::string > & | operator+= (std::string const &s) |
conf< std::string > & | operator+= (char const *s) |
Protected Member Functions |
virtual void | parseValue (char const *&line) |
Detailed Description
template<>
class IXE::conf< std::string >
A conf<string> is a configuration variable containing a string value.
Definition at line 46 of file conf_string.h.
The documentation for this class was generated from the following file: