Base class for config lines.
More...
#include <configreader.h>
Base class for config lines.
Definition at line 57 of file configreader.h.
| rambrain::configLineBase::configLineBase |
( |
const string & |
name, |
|
|
const int |
matchType |
|
) |
| |
|
inline |
Create a new config line.
- Parameters
-
| name | It's name |
| matchType | Which type is matches against in the config file |
Definition at line 66 of file configreader.h.
| virtual rambrain::configLineBase::~configLineBase |
( |
| ) |
|
|
inlinevirtual |
| virtual void rambrain::configLineBase::setValue |
( |
const string & |
str | ) |
|
|
pure virtual |
| const int rambrain::configLineBase::matchType |
| const string rambrain::configLineBase::name |
The documentation for this class was generated from the following file: