Gamedev Framework (gf)  0.8.0
A C++14 framework for 2D games
Public Attributes | List of all members
gf::DataKeyValue Struct Reference

A key-value pair of data objects. More...

#include <gf/DataObject.h>

Public Attributes

DataObject key
 The key of the pair. More...
 
DataObject value
 The value of the pair. More...
 

Detailed Description

A key-value pair of data objects.

See also
gf::DataMap

Member Data Documentation

◆ key

DataObject gf::DataKeyValue::key

The key of the pair.

◆ value

DataObject gf::DataKeyValue::value

The value of the pair.