Public Member Functions

mln::value::mixin< T, F > Struct Template Reference

#include <mixin.hh>

List of all members.

Public Member Functions

 mixin ()
 mixin (const T &t)
 mixin (const mixin &rhs)
mixinoperator= (const mixin &rhs)
mixinoperator= (const T &t)

Detailed Description

template<typename T, typename F>
struct mln::value::mixin< T, F >

Definition at line 64 of file mixin.hh.


Constructor & Destructor Documentation

template<typename T, typename F>
mln::value::mixin< T, F >::mixin (  )  [inline]

Definition at line 68 of file mixin.hh.

template<typename T, typename F>
mln::value::mixin< T, F >::mixin ( const T &  t  )  [inline]

Definition at line 72 of file mixin.hh.

template<typename T, typename F>
mln::value::mixin< T, F >::mixin ( const mixin< T, F > &  rhs  )  [inline]

Definition at line 77 of file mixin.hh.


Member Function Documentation

template<typename T, typename F>
mixin& mln::value::mixin< T, F >::operator= ( const mixin< T, F > &  rhs  )  [inline]

Definition at line 82 of file mixin.hh.

Referenced by mln::value::mixin< T, F >::operator=().

template<typename T, typename F>
mixin& mln::value::mixin< T, F >::operator= ( const T &  t  )  [inline]

Definition at line 89 of file mixin.hh.

References mln::value::mixin< T, F >::operator=().