#include <ithcomp.hh>

Public Types | |
| typedef Meta_Function_vv2v< void > | category | 
| typedef E | exact_t | 
| typedef F | flag | 
Public Member Functions | |
| 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 43 of file ithcomp.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 [inherited]           | 
        
Reimplemented in mln::fun::binary_param< F, Param, Storage, E >.
| void mln::fun::binary< F, E >::init | ( | const U & | value | ) |  [inline, inherited] | 
        
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 | ) |  [inherited] | 
        
| with<T1, T2>::ret::result mln::fun::binary< F, E >::operator() | ( | const T1 & | a, | |
| const T2 & | b | |||
| ) |  const [inline, inherited] | 
        
| const stored<storage>& mln::fun::binary< F, E >::state | ( | ) |  const [inline, inherited] | 
        
| stored<storage>& mln::fun::binary< F, E >::state | ( | ) |  [inline, inherited] | 
        
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, inherited]           | 
        
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().
 1.5.6