![]() |
omegalib
13.1
|
A key-value pair, usually stored in objects of the Dictionary class. More...
#include <otypes.h>
Public Member Functions | |
| KeyValue (const K &k, T v) | |
| KeyValue (std::pair< K, T > src) | |
| KeyValue (std::pair< const K, T > src) | |
| const K & | getKey () |
| T | getValue () |
| T | operator-> () |
A key-value pair, usually stored in objects of the Dictionary class.
Inheritance diagram for omicron::KeyValue< K, T >:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |