#include <param.hh>
Public Types | |
typedef T | value |
Public Member Functions | |
operator const T & () const | |
operator T & () | |
stored & | operator= (const T &t) |
const T & | to_value () const |
T & | to_value () |
Protected Attributes | |
T | t_ |
typedef T mln::fun::stored< T >::value |
mln::fun::stored< T >::operator const T & | ( | ) | const [inline] |
References mln::fun::stored< T >::to_value().
mln::fun::stored< T >::operator T & | ( | ) | [inline] |
References mln::fun::stored< T >::to_value().
stored& mln::fun::stored< T >::operator= | ( | const T & | t | ) | [inline] |
const T& mln::fun::stored< T >::to_value | ( | ) | const [inline] |
Referenced by mln::fun::stored< T >::operator const T &(), and mln::fun::stored< T >::operator T &().
T& mln::fun::stored< T >::to_value | ( | ) | [inline] |
T mln::fun::stored< T >::t_ [protected] |
Referenced by mln::fun::stored< storage >::operator=(), and mln::fun::stored< storage >::to_value().