#include <Config.hpp>
Collaboration diagram for Ionflux::Tools::ConfigLine:
Public Attributes | |
ConfigOption | option |
Configuration option. | |
int | type |
Line type. | |
Static Public Attributes | |
static const int | CL_INVALID = 0 |
Line type: Invalid option. | |
static const int | CL_OPTION = 1 |
Line type: Configuration option. | |
static const int | CL_COMMENT = 2 |
Line type: Comment. | |
static const int | CL_BLANK = 3 |
Line type: Blank. | |
static const int | CL_NESTED = 4 |
Line type: Nested configuration. | |
static const int | CL_ROOT_DATA = 5 |
Line type: Root data. |
Represents a line of a configuration file.
|
Line type: Blank.
|
|
Line type: Comment.
|
|
Line type: Invalid option.
|
|
Line type: Nested configuration.
|
|
Line type: Configuration option.
|
|
Line type: Root data.
|
|
Configuration option.
If this line is a comment, option.key will be set to |
|
Line type.
|