Guitar
Public Member Functions | Public Attributes | List of all members
jstream::KeyValue Struct Reference

#include <jstream.h>

Collaboration diagram for jstream::KeyValue:
Collaboration graph
[legend]

Public Member Functions

 KeyValue ()=default
 
 KeyValue (std::string const &k, Variant const &v)
 

Public Attributes

std::string key
 
Variant value
 

Constructor & Destructor Documentation

◆ KeyValue() [1/2]

jstream::KeyValue::KeyValue ( )
default

◆ KeyValue() [2/2]

jstream::KeyValue::KeyValue ( std::string const &  k,
Variant const &  v 
)
inline

Member Data Documentation

◆ key

std::string jstream::KeyValue::key

◆ value

Variant jstream::KeyValue::value

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