Classes | Public Member Functions | List of all members
VMap< T, V > Class Template Reference

Public Member Functions

int insert (const T &p_key, const V &p_val)
 
bool has (const T &p_val) const
 
void erase (const T &p_val)
 
int find (const T &p_val) const
 
int find_nearest (const T &p_val) const
 
_FORCE_INLINE_ int size () const
 
_FORCE_INLINE_ bool empty () const
 
const _Pair * get_array () const
 
_Pair * get_array ()
 
const V & getv (int p_index) const
 
V & getv (int p_index)
 
const T & getk (int p_index) const
 
T & getk (int p_index)
 
const V & operator[] (const T &p_key) const
 
V & operator[] (const T &p_key)
 

The documentation for this class was generated from the following file: