#include <BDict.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
BDict::BDict |
( |
int |
hashSize = 100 | ) |
|
BDict::BDict |
( |
const BDict< Type > & |
dict | ) |
|
Member Function Documentation
void BDict::clear |
( |
| ) |
[virtual] |
void BDict::del |
( |
const BString & |
k | ) |
|
void BDict::del |
( |
BIter & |
i | ) |
[virtual] |
void BDict::hashAdd |
( |
const BString & |
k, |
|
|
BIter |
iter |
|
) |
| [private] |
void BDict::hashDelete |
( |
const BString & |
k, |
|
|
BIter |
iter |
|
) |
| [private] |
int BDict::hashFind |
( |
const BString & |
k, |
|
|
BIter & |
iter |
|
) |
| const [private] |
void BDict::hashPrint |
( |
| ) |
|
int BDict::hasKey |
( |
const BString & |
k | ) |
const |
BDict< Type > BDict::operator+ |
( |
const BDict< Type > & |
dict | ) |
const |
BDict< Type > & BDict::operator= |
( |
const BDict< Type > & |
dict | ) |
|
Type & BDict::operator[] |
( |
const BString & |
i | ) |
|
Type & BDict::operator[] |
( |
const BIter & |
i | ) |
|
const Type & BDict::operator[] |
( |
const BIter & |
i | ) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: