![]() |
Blamite Game Engine - Strings
00390.07.02.23.1947.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Class representing a BlamMapPair. More...
#include <map.h>
Public Attributes | |
KeyType | key |
The key of the pair. More... | |
ValueType | value |
The value of the pair. More... | |
Class representing a BlamMapPair.
These are simple structures which store a key and a value pair together. They are used within BlamMap objects.
KeyType BlamMapPair< KeyType, ValueType >::key |
The key of the pair.
ValueType BlamMapPair< KeyType, ValueType >::value |
The value of the pair.