Blender V2.61 - r43446
|
#include <GEN_Map.h>
Classes | |
struct | Entry |
Public Member Functions | |
GEN_Map (int num_buckets=100) | |
GEN_Map (const GEN_Map &map) | |
int | size () |
Value * | at (int index) |
Key * | getKey (int index) |
void | clear () |
~GEN_Map () | |
void | insert (const Key &key, const Value &value) |
void | remove (const Key &key) |
Value * | operator[] (Key key) |
GEN_Map< Key, Value >::GEN_Map | ( | const GEN_Map< Key, Value > & | map | ) | [inline] |
Definition at line 58 of file GEN_Map.h.
References i, and GEN_Map< Key, Value >::insert().
Definition at line 134 of file GEN_Map.h.
References GEN_Map< Key, Value >::clear().
Definition at line 121 of file GEN_Map.h.
References i.
Referenced by GEN_Map< Key, Value >::~GEN_Map().
void GEN_Map< Key, Value >::insert | ( | const Key & | key, |
const Value & | value | ||
) | [inline] |
Definition at line 139 of file GEN_Map.h.
Referenced by GEN_Map< Key, Value >::GEN_Map().