indigoX
|
#include <indigox/utils/simple_bimap.hpp>
Public Types | |
using | LeftType = eastl::vector_map< L, R > |
using | RightType = eastl::vector_map< R, L > |
Public Member Functions | |
void | clear () |
void | erase (L l) |
void | erase (R r) |
void | insert (L l, R r) |
Public Attributes | |
LeftType | left |
RightType | right |
using LeftType = eastl::vector_map<L, R> |
using RightType = eastl::vector_map<R, L> |
|
inline |
|
inline |
|
inline |
|
inline |
LeftType left |
Referenced by SimpleBiMap< L, R >::clear(), SimpleBiMap< L, R >::erase(), and SimpleBiMap< L, R >::insert().
RightType right |
Referenced by SimpleBiMap< L, R >::clear(), SimpleBiMap< L, R >::erase(), and SimpleBiMap< L, R >::insert().