Rendu
A lightweight rendering engine for experimentations
|
Represent a key-values tuple. More...
#include <Config.hpp>
Public Member Functions | |
KeyValues (const std::string &aKey) | |
Public Attributes | |
std::string | key |
The key. | |
std::vector< std::string > | values |
A vector of values. | |
std::vector< KeyValues > | elements |
A vector of child elements. | |
Represent a key-values tuple.
|
explicit |
Constructor from a key.
aKey | the key of the new tuple |