This is the entry element type of the StringTree of class Configuration.
Definition at line 45 of file configuration.hpp.
#include <configuration.hpp>
Public Method Index: | |
Entry () | |
Defaulted default constructor. | |
Entry (const Entry &)=delete | |
Deleted copy-constructor. | |
Entry (Entry &&)=delete | |
Deleted move-constructor. | |
Protected Field Index: | |
VDATA * | data = nullptr |
The list hook of values. | |
const Declaration * | declaration |
VMeta * | meta |
The virtual handler instance for this variable. | |
Priority | priority |
The priority level of this data element. | |
|
friend |
Definition at line 48 of file configuration.hpp.
|
friend |
Definition at line 49 of file configuration.hpp.
|
friend |
Definition at line 47 of file configuration.hpp.
|
protected |
The list hook of values.
Definition at line 52 of file configuration.hpp.
|
protected |
Declaration information. Can be nullptr
in case a variable was not declared using a record.
Definition at line 54 of file configuration.hpp.
|
protected |
The virtual handler instance for this variable.
Definition at line 53 of file configuration.hpp.
|
protected |
The priority level of this data element.
Definition at line 56 of file configuration.hpp.
|
inline |
Defaulted default constructor.
Definition at line 66 of file configuration.hpp.