Public Types | Public Member Functions | Protected Attributes

mln::fun::accu_result Struct Reference

#include <accu_result.hh>

Inheritance diagram for mln::fun::accu_result:
Inheritance graph

List of all members.

Public Types

typedef Meta_Function_v2v< void > category
typedef accu_result exact_t
typedef accu_result flag

Public Member Functions

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

Protected Attributes

stored< storage > state_

Detailed Description

Definition at line 40 of file accu_result.hh.


Member Typedef Documentation

Reimplemented from mln::Meta_Function< accu_result >.

Definition at line 100 of file meta_function.hh.

typedef accu_result mln::Object< accu_result >::exact_t [inherited]

Definition at line 173 of file object.hh.

Definition at line 54 of file unary.hh.


Member Function Documentation

void mln::fun::unary< accu_result , accu_result >::init ( const U &  value  )  [inline, inherited]

Definition at line 90 of file unary.hh.

References mln::fun::unary< F, E >::state_.

typedef mln::fun::unary< accu_result , accu_result >::mln_trait_fun_param ( flag   )  [inherited]
typedef mln::fun::unary< accu_result , accu_result >::mln_trait_fun_storage ( flag   )  [inherited]
with<T>::ret::template lresult_with<T>::ret mln::fun::unary< accu_result , accu_result >::operator() ( T &  v  )  const [inline, inherited]

Definition at line 71 of file unary.hh.

References mln::fun::unary< F, E >::state().

with<T>::ret::result mln::fun::unary< accu_result , accu_result >::operator() ( const T &  v  )  const [inline, inherited]

Definition at line 65 of file unary.hh.

References mln::exact().

void mln::fun::unary< accu_result , accu_result >::set ( T &  v,
const R &  r 
) const [inline, inherited]

Definition at line 80 of file unary.hh.

References mln::fun::unary< F, E >::state().

const stored<storage>& mln::fun::unary< accu_result , accu_result >::state (  )  const [inline, inherited]

Definition at line 110 of file unary.hh.

References mln::fun::unary< F, E >::state_.

stored<storage>& mln::fun::unary< accu_result , accu_result >::state (  )  [inline, inherited]

Definition at line 105 of file unary.hh.

References mln::fun::unary< F, E >::state_.


Member Data Documentation

stored<storage> mln::fun::unary< accu_result , accu_result >::state_ [protected, inherited]

Definition at line 116 of file unary.hh.