#include <value.h>
Public Member Functions | |
Value (const T &x) | |
Value (const ValueBase &x) | |
Value () | |
T | get () const |
void | put (T *x) const |
void | set (const T &x) |
Value< T > & | operator= (const T &x) |
Value< T > & | operator= (const Value< T > &x) |
Value< T > & | operator= (const ValueBase &x) |
synfig::Value< T >::Value | ( | const T & | x | ) | [inline] |
synfig::Value< T >::Value | ( | const ValueBase & | x | ) | [inline] |
References synfig::ValueBase::same_type_as().
synfig::Value< T >::Value | ( | ) | [inline] |
T synfig::Value< T >::get | ( | ) | const [inline] |
void synfig::Value< T >::put | ( | T * | x | ) | const [inline] |
Reimplemented from synfig::ValueBase.
void synfig::Value< T >::set | ( | const T & | x | ) | [inline] |
Reimplemented from synfig::ValueBase.
Value<T>& synfig::Value< T >::operator= | ( | const T & | x | ) | [inline] |
Value<T>& synfig::Value< T >::operator= | ( | const Value< T > & | x | ) | [inline] |
Value<T>& synfig::Value< T >::operator= | ( | const ValueBase & | x | ) | [inline] |
Reimplemented from synfig::ValueBase.
References synfig::ValueBase::same_type_as().