BDS Public
Beamlib 3.3.4
This is the Beam C++ class library.
Loading...
Searching...
No Matches
BDictItem< Type > Class Template Reference

Template based Dictionary classes item. More...

#include <BDict.h>

Public Member Functions

 BDictItem (BString k="", Type v=Type())
 

Public Attributes

BString key
 
Type value
 

Detailed Description

template<class Type>
class BDictItem< Type >

Template based Dictionary classes item.

Constructor & Destructor Documentation

◆ BDictItem()

template<class Type >
BDictItem< Type >::BDictItem ( BString  k = "",
Type  v = Type() 
)
inline

Member Data Documentation

◆ key

template<class Type >
BString BDictItem< Type >::key

◆ value

template<class Type >
Type BDictItem< Type >::value

The documentation for this class was generated from the following file: