Public Types | Public Member Functions | Protected Attributes

mln::fun::blue Struct Reference

#include <blue.hh>

Inheritance diagram for mln::fun::blue:
Inheritance graph

List of all members.

Public Types

typedef Meta_Function_v2v< void > category
typedef blue exact_t
typedef blue 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 42 of file fun/component/blue.hh.


Member Typedef Documentation

typedef Meta_Function_v2v<void> mln::Meta_Function_v2v< blue >::category [inherited]

Reimplemented from mln::Meta_Function< blue >.

Definition at line 100 of file meta_function.hh.

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

Definition at line 173 of file object.hh.

typedef blue mln::fun::unary< blue , blue >::flag [inherited]

Definition at line 54 of file unary.hh.


Member Function Documentation

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

Definition at line 90 of file unary.hh.

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

Definition at line 71 of file unary.hh.

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

Definition at line 65 of file unary.hh.

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

Definition at line 80 of file unary.hh.

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

Definition at line 110 of file unary.hh.

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

Definition at line 105 of file unary.hh.


Member Data Documentation

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

Definition at line 116 of file unary.hh.