
Public Types | |
| typedef Sub_Concept< void > | category |
| typedef Function_v2v< void > | category |
| typedef test | exact_t |
| typedef test | exact_t |
| typedef void | mutable_result |
| typedef int | psite |
| typedef int | result |
| typedef T | value |
Public Member Functions | |
| void | is_test () |
| int | operator() (const mln::point2d &p) const |
| value | operator() (const psite &p) const |
| mln::value::proxy< test > | operator() (const psite &p) |
| value | read_ (const psite &p) const |
| void | write_ (const psite &p, const value &v) |
Public Attributes | |
| std::map< psite, value > | data_ |
Definition at line 32 of file exact.cc.
typedef Sub_Concept<void> Sub_Concept< test >::category [inherited] |
typedef Function_v2v<void> mln::Function_v2v< test >::category [inherited] |
Reimplemented from mln::Function< test >.
Definition at line 126 of file function.hh.
typedef void mln::Function_v2v< test >::mutable_result [inherited] |
Definition at line 127 of file function.hh.
Definition at line 33 of file make/w_window.cc.
| int test< T >::operator() | ( | const mln::point2d & | p | ) | const [inline] |
Definition at line 34 of file make/w_window.cc.
Definition at line 54 of file proxy.cc.
References test< T >::read_().
| mln::value::proxy<test> test< T >::operator() | ( | const psite & | p | ) | [inline] |
Definition at line 44 of file proxy.cc.
References test< T >::data_.
Referenced by test< T >::operator()().
Definition at line 38 of file proxy.cc.
References test< T >::data_.
Definition at line 50 of file proxy.cc.
Referenced by test< T >::read_(), and test< T >::write_().
1.7.1