Public Types | Public Member Functions | Protected Attributes

mln::fun::from_accu< A > Struct Template Reference

#include <from_accu.hh>

Inheritance diagram for mln::fun::from_accu< A >:
Inheritance graph

List of all members.

Public Types

typedef Meta_Function_v2v< void > category
typedef E exact_t
typedef from_accu< A > flag
typedef A * param
typedef void storage

Public Member Functions

 from_accu ()
 from_accu (A *a)
template<typename U >
void init (const U &value)
typedef mln_trait_fun_param (flag) param
typedef mln_trait_fun_storage (flag) storage
template<typename T >
with< T >::ret::result operator() (const T &v) const
template<typename T >
with< T >::ret::template
lresult_with< T >::ret 
operator() (T &v) const
template<typename T , typename R >
void set (T &v, const R &r) const
const stored< storage > & state () const
stored< storage > & state ()

Protected Attributes

stored< storagestate_

template<typename A>
struct mln::fun::from_accu< A >


Member Typedef Documentation

template<typename E>
typedef Meta_Function_v2v<void> mln::Meta_Function_v2v< E >::category [inherited]

Reimplemented from mln::Meta_Function< E >.

template<typename E>
typedef E mln::Object< E >::exact_t [inherited]
typedef from_accu< A > mln::fun::unary_param< from_accu< A > , A * , void , from_accu< A > >::flag [inherited]

Reimplemented from mln::fun::unary< F, E >.

typedef A * mln::fun::unary_param< from_accu< A > , A * , void , from_accu< A > >::param [inherited]
typedef void mln::fun::unary_param< from_accu< A > , A * , void , from_accu< A > >::storage [inherited]

Constructor & Destructor Documentation

template<typename A >
mln::fun::from_accu< A >::from_accu (  )  [inline]
template<typename A >
mln::fun::from_accu< A >::from_accu ( A *  a  )  [inline]

Member Function Documentation

template<typename F, typename E = F>
template<typename U >
void mln::fun::unary< F, E >::init ( const U &  value  )  [inline, inherited]
template<typename F, typename E = F>
typedef mln::fun::unary< F, E >::mln_trait_fun_param ( flag   )  [inherited]
template<typename F, typename E = F>
typedef mln::fun::unary< F, E >::mln_trait_fun_storage ( flag   )  [inherited]
template<typename F, typename E = F>
template<typename T >
with<T>::ret::template lresult_with<T>::ret mln::fun::unary< F, E >::operator() ( T v  )  const [inline, inherited]
template<typename F, typename E = F>
template<typename T >
with<T>::ret::result mln::fun::unary< F, E >::operator() ( const T v  )  const [inline, inherited]
template<typename F, typename E = F>
template<typename T , typename R >
void mln::fun::unary< F, E >::set ( T v,
const R &  r 
) const [inline, inherited]
template<typename F, typename E = F>
const stored<storage>& mln::fun::unary< F, E >::state (  )  const [inline, inherited]
template<typename F, typename E = F>
stored<storage>& mln::fun::unary< F, E >::state (  )  [inline, inherited]

Member Data Documentation

template<typename F, typename E = F>
stored<storage> mln::fun::unary< F, E >::state_ [protected, inherited]