Electronics and Software
Engineering Innovation
Beam-lib  2.15.1
BNameValue< T > Class Template Reference

#include <BNameValue.h>

Public Member Functions

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

Private Attributes

BString oname
 
ovalue
 

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

Member Data Documentation

◆ oname

template<class T >
BString BNameValue< T >::oname
private

◆ ovalue

template<class T >
T BNameValue< T >::ovalue
private

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