![]() |
Gamedev Framework (gf)
0.8.0
A C++14 framework for 2D games
|
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... | |
A key-value pair of data objects.
| DataObject gf::DataKeyValue::key |
The key of the pair.
| DataObject gf::DataKeyValue::value |
The value of the pair.
1.8.13