#include <eKeyValue.h>
Public Member Functions | |
eKeyValue (K key, V value) | |
Public Attributes | |
K const | m_key |
V const | m_value |
A simpel helper class for storing key value pairs. It's used to avoid using the insertion sort using std::map.
Documantation optimized for doxygen.
Constructor
key | the key for this entry |
value | the value related to this key |
K const eKeyValue< K, V >::m_key |
The key
V const eKeyValue< K, V >::m_value |
The value