#include <simple_map.h>
template<typename K, typename V, int SIZE>
class Map< K, V, SIZE >
Definition at line 12 of file simple_map.h.
◆ Map()
template<typename K , typename V , int SIZE>
◆ clear()
template<typename K , typename V , int SIZE>
| void Map< K, V, SIZE >::clear |
( |
| ) |
|
|
inline |
◆ empty()
template<typename K , typename V , int SIZE>
| bool Map< K, V, SIZE >::empty |
( |
| ) |
|
|
inline |
◆ erase()
template<typename K , typename V , int SIZE>
| bool Map< K, V, SIZE >::erase |
( |
K |
key | ) |
|
|
inline |
◆ get()
template<typename K , typename V , int SIZE>
| V* Map< K, V, SIZE >::get |
( |
K |
key | ) |
|
|
inline |
◆ insert()
template<typename K , typename V , int SIZE>
| bool Map< K, V, SIZE >::insert |
( |
K |
key, |
|
|
V |
value |
|
) |
| |
|
inline |
◆ insertOrAssign()
template<typename K , typename V , int SIZE>
| bool Map< K, V, SIZE >::insertOrAssign |
( |
K |
key, |
|
|
V |
value |
|
) |
| |
|
inline |
◆ size()
template<typename K , typename V , int SIZE>
| uint8_t Map< K, V, SIZE >::size |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: