$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::stored< T > Struct Template Reference

#include <mln/fun/param.hh>

Public Member Functions

 operator const T & () const
 operator T & ()
storedoperator= (const T &t)
const T & to_value () const
T & to_value ()

Protected Attributes

t_

Public Types

typedef T value

Detailed Description

template<typename T>
struct mln::fun::stored< T >

Definition at line 36 of file param.hh.

Member Function Documentation

template<typename T>
mln::fun::stored< T >::operator const T & ( ) const
inline

Definition at line 50 of file param.hh.

template<typename T>
mln::fun::stored< T >::operator T & ( )
inline

Definition at line 55 of file param.hh.

template<typename T>
stored& mln::fun::stored< T >::operator= ( const T &  t)
inline

Definition at line 60 of file param.hh.

template<typename T>
const T& mln::fun::stored< T >::to_value ( ) const
inline

Definition at line 40 of file param.hh.

template<typename T>
T& mln::fun::stored< T >::to_value ( )
inline

Definition at line 45 of file param.hh.

Member Data Documentation

template<typename T>
T mln::fun::stored< T >::t_
protected

Definition at line 67 of file param.hh.

Member Typedef Documentation

template<typename T>
typedef T mln::fun::stored< T >::value

Definition at line 38 of file param.hh.