|
CFx SDK Documentation 2026 SP0
|
#include <TrVisBimap.h>
Classes | |
| class | const_iterator |
Public Types | |
| using | key_type = _KeyType |
| using | value_type = _ValueType |
| using | rkey_type = _ValueType |
| using | rvalue_type = _KeyType |
Public Member Functions | |
| OdTrVisBimap ()=default | |
| OdTrVisBimap (std::initializer_list< _Tree_Node > init) | |
| const_iterator | begin () const |
| const_iterator | end () const |
| void | insert (_Tree_Node &&node) |
| void | insert (const _Tree_Node &node) |
| void | insert (const key_type &key, const value_type &value) |
| void | erase_key (const key_type &key) |
| void | erase_value (const value_type &value) |
| bool | has_key (const key_type &key) const |
| bool | has_value (const value_type &value) const |
| value_type | get_value (const key_type &key) const |
| key_type | get_key (const value_type &value) const |
| size_t | size () const |
Definition at line 37 of file TrVisBimap.h.
| using OdTrVisBimap< _KeyType, _ValueType, _Key_Container, _Mapped_Container >::key_type = _KeyType |
Definition at line 54 of file TrVisBimap.h.
| using OdTrVisBimap< _KeyType, _ValueType, _Key_Container, _Mapped_Container >::rkey_type = _ValueType |
Definition at line 56 of file TrVisBimap.h.
| using OdTrVisBimap< _KeyType, _ValueType, _Key_Container, _Mapped_Container >::rvalue_type = _KeyType |
Definition at line 57 of file TrVisBimap.h.
| using OdTrVisBimap< _KeyType, _ValueType, _Key_Container, _Mapped_Container >::value_type = _ValueType |
Definition at line 55 of file TrVisBimap.h.
|
default |
|
inline |
Definition at line 108 of file TrVisBimap.h.
|
inline |
Definition at line 115 of file TrVisBimap.h.
|
inline |
Definition at line 116 of file TrVisBimap.h.
|
inline |
Definition at line 134 of file TrVisBimap.h.
|
inline |
Definition at line 143 of file TrVisBimap.h.
|
inline |
Definition at line 169 of file TrVisBimap.h.
|
inline |
Definition at line 162 of file TrVisBimap.h.
|
inline |
Definition at line 154 of file TrVisBimap.h.
|
inline |
Definition at line 158 of file TrVisBimap.h.
|
inline |
Definition at line 119 of file TrVisBimap.h.
|
inline |
Definition at line 124 of file TrVisBimap.h.
|
inline |
Definition at line 129 of file TrVisBimap.h.
|
inline |
Definition at line 176 of file TrVisBimap.h.