|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Inner Classes, Typedefs, and Enums | |
struct |
MateiHashTbl::Entry
|
class |
MateiHashTbl::Iterator
|
Field Summary | |
private HashCompare |
hashFunc
|
private static const size_t |
initial_entries
|
private u16 |
max_entries
|
private u16 |
num_entries
|
private MateiHashTbl::Entry* |
tbl
|
Constructor Summary | |
MateiHashTbl()
|
|
~MateiHashTbl()
|
Method Summary | |
void |
clear()
|
bool |
contains( const K& key ) const
|
private void |
delete_contents()
|
private void |
expand_tbl()
|
private MateiHashTbl::Entry& |
get_slot( K key ) const
|
T& |
operator[]( const K& key )
|
size_t |
size() const
|
Field Detail |
private HashCompare hashFunc;
private static const size_t initial_entries;
private u16 max_entries;
private u16 num_entries;
private MateiHashTbl::Entry* tbl;
Constructor Detail |
public MateiHashTbl();
public ~MateiHashTbl();
Method Detail |
public void clear();
public bool contains( const K& key ) const;
private void delete_contents();
private void expand_tbl();
private MateiHashTbl::Entry& get_slot( K key ) const;
public T& operator[]( const K& key );
public size_t size() const;
|
0 A.D.
Generated on September 04, 2007 at 18:14 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |