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