1 #include <EASTL/vector_map.h> 3 #ifndef INDIGOX_UTILS_SIMPLE_BIMAP_HPP 4 #define INDIGOX_UTILS_SIMPLE_BIMAP_HPP Definition: simple_bimap.hpp:7
Definition: common.hpp:24
eastl::vector_map< L, R > LeftType
Definition: simple_bimap.hpp:8
LeftType left
Definition: simple_bimap.hpp:10
void erase(L l)
Definition: simple_bimap.hpp:17
void insert(L l, R r)
Definition: simple_bimap.hpp:13
RightType right
Definition: simple_bimap.hpp:11
void erase(R r)
Definition: simple_bimap.hpp:21
void clear()
Definition: simple_bimap.hpp:25
eastl::vector_map< R, L > RightType
Definition: simple_bimap.hpp:9