rtop
|
stores key dictionary index by key_dict_uuid More...
#include <key_dict.h>
Public Member Functions | |
MapOfKeyDicts () | |
void | addKeyDict (int, KeyDict) |
adds key dictionary corresponding to the supplied key_dict_uuid More... | |
KeyDict | getKeyDict (int) |
Private Attributes | |
std::map< int, KeyDict > | map_of_keydict |
stores key dictionary index by key_dict_uuid
Definition at line 134 of file key_dict.h.
|
inline |
Definition at line 139 of file key_dict.h.
void rtop::MapOfKeyDicts::addKeyDict | ( | int | key_uuid, |
KeyDict | key_dict | ||
) |
adds key dictionary corresponding to the supplied key_dict_uuid
Definition at line 145 of file key_dict.h.
KeyDict rtop::MapOfKeyDicts::getKeyDict | ( | int | key_uuid | ) |
Definition at line 154 of file key_dict.h.
|
private |
Definition at line 137 of file key_dict.h.