#include <binary.hh>
Public Types | |
typedef Meta_Function_vv2v< void > | category |
typedef E | exact_t |
typedef F | flag |
Public Member Functions | |
template<typename U> | |
binary (const U ¶m) | |
binary () | |
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_ |
Classes | |
struct | with |
Definition at line 41 of file binary.hh.
typedef Meta_Function_vv2v<void> mln::Meta_Function_vv2v< E >::category [inherited] |
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< mln::fun::sup >::binary(), and mln::fun::binary_param< F, Param, Storage, E >::binary_param().
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< mln::fun::sup >::operator()().
stored<storage> mln::fun::binary< F, E >::state_ [protected] |
Definition at line 85 of file binary.hh.
Referenced by mln::fun::binary< mln::fun::sup >::init(), and mln::fun::binary< mln::fun::sup >::state().