rtop
Public Member Functions | Private Attributes | List of all members
rtop::MapOfKeyDicts Class Reference

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, KeyDictmap_of_keydict
 

Detailed Description

stores key dictionary index by key_dict_uuid

Definition at line 134 of file key_dict.h.

Constructor & Destructor Documentation

◆ MapOfKeyDicts()

rtop::MapOfKeyDicts::MapOfKeyDicts ( )
inline

Definition at line 139 of file key_dict.h.

Member Function Documentation

◆ addKeyDict()

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.

◆ getKeyDict()

KeyDict rtop::MapOfKeyDicts::getKeyDict ( int  key_uuid)

Definition at line 154 of file key_dict.h.

Member Data Documentation

◆ map_of_keydict

std::map<int, KeyDict> rtop::MapOfKeyDicts::map_of_keydict
private

Definition at line 137 of file key_dict.h.


The documentation for this class was generated from the following file: