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

A simple, templated, name/value pair. More...

#include <BNameValue.h>

Public Member Functions

 BNameValue ()
 
 BNameValue (BString name, const T &value)
 
BString getName ()
 
T & getValue ()
 

Detailed Description

template<class T>
class BNameValue< T >

A simple, templated, name/value pair.

Constructor & Destructor Documentation

◆ BNameValue() [1/2]

template<class T >
BNameValue< T >::BNameValue ( )
inline

◆ BNameValue() [2/2]

template<class T >
BNameValue< T >::BNameValue ( BString  name,
const T &  value 
)
inline

Member Function Documentation

◆ getName()

template<class T >
BString BNameValue< T >::getName ( )
inline

◆ getValue()

template<class T >
T & BNameValue< T >::getValue ( )
inline

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