Namespaces | |
namespace | detail |
Data Structures | |
class | Builder |
Class to build the configuration table from parser events. More... | |
class | Path |
A path to a value in a configuration. More... | |
class | Configuration |
Container for a configuration. More... | |
class | Value |
This holds a value from the configuration. More... | |
Enumerations | |
enum | ValueType { VoidValue, ListValue, GroupValue, StringValue, IntegerValue, PathValue } |
Type of value. More... | |
Variables | |
static size_t const | N_VALUE_TYPES = PathValue + 1 |
Number of value types. |
size_t const ts::config::N_VALUE_TYPES = PathValue + 1 [static] |