Beam-lib  2.16.3
This is the Beam C++ class library.
Public Member Functions | List of all members
BNameValue< T > Class Template Reference

#include <BNameValue.h>

Public Member Functions

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

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: