Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
KeyValues Struct Reference

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< KeyValueselements
 A vector of child elements.
 

Detailed Description

Represent a key-values tuple.

Constructor & Destructor Documentation

◆ KeyValues()

KeyValues::KeyValues ( const std::string &  aKey)
explicit

Constructor from a key.

Parameters
aKeythe key of the new tuple

The documentation for this struct was generated from the following files: