Beam-lib
2.16.3
This is the Beam C++ class library.
|
#include <BNameValue.h>
Go to the source code of this file.
Classes | |
class | BDictItem< Type > |
Template based Dictionary class. More... | |
class | BDict< Type > |
Typedefs | |
typedef BDict< BString > | BDictString |
Functions | |
void | toBString (const BDictString &v, BString &s) |
void | fromBString (const BString &s, BDictString &v) |
BString | bdictStringToString (const BDictString &dict) |
typedef BDict<BString> BDictString |
BString bdictStringToString | ( | const BDictString & | dict | ) |
void fromBString | ( | const BString & | s, |
BDictString & | v | ||
) |
void toBString | ( | const BDictString & | v, |
BString & | s | ||
) |