Evo C++ Library v0.5.1
Public Member Functions | Public Attributes | List of all members
VarObject::InitPair Struct Reference

#include <evo/var.h>

Detailed Description

Initializer key/value pair.

Public Member Functions

template<class T >
 InitPair (const String &key, const T &value)
 
template<class T >
 InitPair (const StringBase &key, const T &value)
 
template<class T >
 InitPair (const char *key, const T &value)
 

Public Attributes

String key
 Field key string. More...
 
Var value
 Field value. More...
 

Constructor & Destructor Documentation

◆ InitPair() [1/3]

InitPair ( const String key,
const T &  value 
)
inline

◆ InitPair() [2/3]

InitPair ( const StringBase key,
const T &  value 
)
inline

◆ InitPair() [3/3]

InitPair ( const char *  key,
const T &  value 
)
inline

Member Data Documentation

◆ key

String key

Field key string.

◆ value

Var value

Field value.


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