#include <BDictMap.h>
Public Types | |
typedef BDictMap< Value >::iterator | iterator |
Public Member Functions | |
void | clear () |
int | hasKey (const BString &k) |
BString | key (iterator &i) |
unsigned int | size () |
void | start (iterator &i) |
int | isEnd (iterator &i) |
void | next (iterator &i) |
void | del (const iterator &i) |
void | del (const BString &k) |
Value & | operator[] (iterator &i) |
Value & | operator[] (const BString &i) |
void BDictMap< Value >::clear | ( | ) | [inline] |
unsigned int BDictMap< Value >::size | ( | ) | [inline] |