#include <givhashtable.h>
template<class T, class Key>
class Givaro::HashTable< T, Key >
Constructor & Destructor Documentation
Member Function Documentation
void insert |
( |
const T & |
item, |
|
|
const Key & |
k |
|
) |
| |
void insertLast |
( |
const T & |
item, |
|
|
const Key & |
k |
|
) |
| |
void insertFront |
( |
const T & |
item, |
|
|
const Key & |
k |
|
) |
| |
void remove |
( |
const Key & |
k | ) |
|
int get |
( |
T & |
item, |
|
|
const Key & |
k |
|
) |
| const |
int getrmv |
( |
T & |
item, |
|
|
const Key & |
k |
|
) |
| |
int num_item |
( |
const Key & |
k | ) |
const |
Field Documentation
The documentation for this class was generated from the following files: