Beam-lib
2.16.3
This is the Beam C++ class library.
|
#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) |
Template based Array class. This is based on the Standard C++ library map class and has all of the functionality of that class.
|
inline |
|
inline |