* @brief Get the number of entries in this map * @retval int Entry count */
| 121 | * @retval int Entry count |
| 122 | */ |
| 123 | unsigned count() const |
| 124 | { |
| 125 | return entries.count(); |
| 126 | } |
| 127 | |
| 128 | /* |
| 129 | * @brief Get a key at a specified index, non-modifiable |