ed
Classes | Public Member Functions | Private Attributes | List of all members
ed::Variant Class Reference

#include <variant.h>

Classes

struct  AbstractVariantImpl
 
struct  VariantImpl
 

Public Member Functions

template<class T >
TypeWrapper< T >::REFTYPE getValue ()
 
template<class T >
TypeWrapper< T >::CONSTREFTYPE getValue () const
 
template<class T >
void setValue (typename TypeWrapper< T >::CONSTREFTYPE inValue)
 
 Variant ()
 
template<class T >
 Variant (T inValue)
 

Private Attributes

boost::shared_ptr< AbstractVariantImplmImpl
 

Detailed Description

Definition at line 49 of file variant.h.

Constructor & Destructor Documentation

◆ Variant() [1/2]

ed::Variant::Variant ( )
inline

Definition at line 52 of file variant.h.

◆ Variant() [2/2]

template<class T >
ed::Variant::Variant ( inValue)
inline

Definition at line 55 of file variant.h.

Member Function Documentation

◆ getValue() [1/2]

template<class T >
TypeWrapper<T>::REFTYPE ed::Variant::getValue ( )
inline

Definition at line 61 of file variant.h.

◆ getValue() [2/2]

template<class T >
TypeWrapper<T>::CONSTREFTYPE ed::Variant::getValue ( ) const
inline

Definition at line 67 of file variant.h.

◆ setValue()

template<class T >
void ed::Variant::setValue ( typename TypeWrapper< T >::CONSTREFTYPE  inValue)
inline

Definition at line 73 of file variant.h.

Member Data Documentation

◆ mImpl

boost::shared_ptr<AbstractVariantImpl> ed::Variant::mImpl
private

Definition at line 94 of file variant.h.


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