#include <binary.hh>

Classes | |
| struct | with |
Public Types | |
| typedef Meta_Function_vv2v< void > | category |
| typedef E | exact_t |
| typedef F | flag |
Public Member Functions | |
| binary () | |
| template<typename U > | |
| binary (const U ¶m) | |
| template<typename U > | |
| void | init (const U &value) |
| typedef | mln_trait_fun_storage (flag) storage |
| template<typename T1 , typename T2 > | |
| 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_ |
Definition at line 41 of file binary.hh.
typedef Meta_Function_vv2v<void> mln::Meta_Function_vv2v< E >::category [inherited] |
Reimplemented from mln::Meta_Function< E >.
Definition at line 122 of file meta_function.hh.
typedef E mln::Object< E >::exact_t [inherited] |
| typedef F mln::fun::binary< F, E >::flag |
Reimplemented in mln::fun::binary_param< F, Param, Storage, E >.
| mln::fun::binary< F, E >::binary | ( | ) | [inline] |
| mln::fun::binary< F, E >::binary | ( | const U & | param | ) | [inline] |
| void mln::fun::binary< F, E >::init | ( | const U & | value | ) | [inline] |
Definition at line 59 of file binary.hh.
Referenced by mln::fun::binary< composition< mln::Meta_Function_v2v, F, mln::Meta_Function_vv2v, G > >::binary().
| typedef mln::fun::binary< F, E >::mln_trait_fun_storage | ( | flag | ) |
| with<T1, T2>::ret::result mln::fun::binary< F, E >::operator() | ( | const T1 & | a, | |
| const T2 & | b | |||
| ) | const [inline] |
| const stored<storage>& mln::fun::binary< F, E >::state | ( | ) | const [inline] |
| stored<storage>& mln::fun::binary< F, E >::state | ( | ) | [inline] |
Definition at line 74 of file binary.hh.
Referenced by mln::fun::binary< composition< mln::Meta_Function_v2v, F, mln::Meta_Function_vv2v, G > >::operator()().
stored<storage> mln::fun::binary< F, E >::state_ [protected] |
Definition at line 85 of file binary.hh.
Referenced by mln::fun::binary< composition< mln::Meta_Function_v2v, F, mln::Meta_Function_vv2v, G > >::init(), and mln::fun::binary< composition< mln::Meta_Function_v2v, F, mln::Meta_Function_vv2v, G > >::state().
1.7.1