#include <lsm_plugin_ipc.hpp>
Public Member Functions | |
| static_map (const K &key, const V &val) | |
| static_map< K, V > & | operator() (const K &key, const V &val) |
| operator std::map< K, V > () | |
Definition at line 25 of file lsm_plugin_ipc.hpp.
| static_map | ( | const K & | key, | |
| const V & | val | |||
| ) | [inline] |
Definition at line 29 of file lsm_plugin_ipc.hpp.
| operator std::map< K, V > | ( | ) | [inline] |
Definition at line 38 of file lsm_plugin_ipc.hpp.
| static_map< K, V >& operator() | ( | const K & | key, | |
| const V & | val | |||
| ) | [inline] |
Definition at line 33 of file lsm_plugin_ipc.hpp.
1.6.1