|
Evo C++ Library v0.5.1
|
#include <evo/var.h>
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... | |
|
inline |
|
inline |
| String key |
Field key string.
| Var value |
Field value.
1.8.13