#include <ordered_table_map.h>
◆ Base
template<typename Key , typename Value , typename
Compare = std::less<Key>>
◆ OrderedTableMap()
template<typename Key , typename Value , typename
Compare = std::less<Key>>
◆ begin()
template<typename Key , typename Value , typename
Compare = std::less<Key>>
◆ end()
template<typename Key , typename Value , typename
Compare = std::less<Key>>
◆ erase() [1/3]
template<typename Key , typename Value , typename
Compare = std::less<Key>>
Erases entry with given key (if one exists) Returns true if an entry was removed, false otherwise
◆ erase() [2/3]
template<typename Key , typename Value , typename
Compare = std::less<Key>>
◆ erase() [3/3]
template<typename Key , typename Value , typename
Compare = std::less<Key>>
◆ find()
template<typename Key , typename Value , typename
Compare = std::less<Key>>
◆ get_rep()
template<typename Key , typename Value , typename
Compare = std::less<Key>>
◆ lower_bound()
template<typename Key , typename Value , typename
Compare = std::less<Key>>
Returns a const_iterator to the first entry with key greater than or equal to k, or end() if no such entry exists.
◆ lower_bound_index()
template<typename Key , typename Value , typename
Compare = std::less<Key>>
◆ put()
template<typename Key , typename Value , typename
Compare = std::less<Key>>
Associates given key with given value. If key already exists previous value is overwritten. Returns a const_iterator to the entry associated with the key
Implements dsac::map::AbstractMap< Key, Value >.
◆ size()
template<typename Key , typename Value , typename
Compare = std::less<Key>>
◆ upper_bound()
template<typename Key , typename Value , typename
Compare = std::less<Key>>
Returns a const_iterator to the first entry with key strictly greater than k, or end() if no such entry exists.
◆ less_than
template<typename Key , typename Value , typename
Compare = std::less<Key>>
◆ table
template<typename Key , typename Value , typename
Compare = std::less<Key>>
The documentation for this class was generated from the following file: