Public Types | Public Member Functions | Protected Attributes

mln::fun::compose Struct Reference

#include <compose.hh>

Inheritance diagram for mln::fun::compose:
Inheritance graph

List of all members.

Public Types

typedef Meta_Function_vv2v< void > category
typedef compose exact_t
typedef compose flag

Public Member Functions

void init (const U &value)
typedef mln_trait_fun_storage (flag) storage
with< T1, T2 >::ret::result operator() (const T1 &a, const T2 &b) const
const stored< storage > & state () const
stored< storage > & state ()

Protected Attributes

stored< storage > state_

Detailed Description

Definition at line 38 of file compose.hh.


Member Typedef Documentation

Reimplemented from mln::Meta_Function< compose >.

Definition at line 122 of file meta_function.hh.

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

Definition at line 173 of file object.hh.

typedef compose mln::fun::binary< compose , compose >::flag [inherited]

Definition at line 43 of file binary.hh.


Member Function Documentation

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

Definition at line 59 of file binary.hh.

typedef mln::fun::binary< compose , compose >::mln_trait_fun_storage ( flag   )  [inherited]
with<T1, T2>::ret::result mln::fun::binary< compose , compose >::operator() ( const T1 &  a,
const T2 &  b 
) const [inline, inherited]

Definition at line 53 of file binary.hh.

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

Definition at line 79 of file binary.hh.

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

Definition at line 74 of file binary.hh.


Member Data Documentation

stored<storage> mln::fun::binary< compose , compose >::state_ [protected, inherited]

Definition at line 85 of file binary.hh.