Beamlib
3.0.1
This is the Beam C++ class library.
|
Template based Dictionary classes item. More...
#include <BDict.h>
Public Member Functions | |
BDictItem (BString k="", Type v=Type()) | |
Public Attributes | |
BString | key |
Type | value |
Template based Dictionary classes item.
Type BDictItem< Type >::value |