LibBeamApi  1.3.0
Public Member Functions | Private Attributes | 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 ()
 

Private Attributes

BString oname
 
ovalue
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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