|
Qucs-core
0.0.19
|
#include <hash.h>

Public Member Functions | |
| hashbucket () | |
| ~hashbucket () | |
| void | add (hashentry< type_t > *e) |
| void | del (int idx) |
Private Attributes | |
| int | capacity |
| int | size |
| hashentry< type_t > ** | entry |
Friends | |
| class | hashiterator< type_t > |
| class | hash< type_t > |
| qucs::hashbucket< type_t >::hashbucket | ( | ) | [inline] |
| qucs::hashbucket< type_t >::~hashbucket | ( | ) | [inline] |
| void qucs::hashbucket< type_t >::del | ( | int | idx | ) | [inline] |
friend class hashiterator< type_t > [friend] |
int qucs::hashbucket< type_t >::capacity [private] |
hashentry<type_t>** qucs::hashbucket< type_t >::entry [private] |
1.7.6.1