Public Types | Public Member Functions | Public Attributes

test< T > Struct Template Reference

Inheritance diagram for test< T >:
Inheritance graph

List of all members.

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< testoperator() (const psite &p)
value read_ (const psite &p) const
void write_ (const psite &p, const value &v)

Public Attributes

std::map< psite, valuedata_

Detailed Description

template<typename T>
struct test< T >

Definition at line 32 of file exact.cc.


Member Typedef Documentation

typedef Sub_Concept<void> Sub_Concept< test >::category [inherited]

Definition at line 54 of file uminus.cc.

typedef Function_v2v<void> mln::Function_v2v< test >::category [inherited]

Reimplemented from mln::Function< test >.

Definition at line 126 of file function.hh.

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

Definition at line 173 of file object.hh.

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

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< test >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename T >
typedef int test< T >::psite

Definition at line 35 of file proxy.cc.

template<typename T >
typedef int test< T >::result

Definition at line 33 of file make/w_window.cc.

template<typename T >
typedef T test< T >::value

Definition at line 36 of file proxy.cc.


Member Function Documentation

template<typename T >
void test< T >::is_test (  )  [inline]

Definition at line 64 of file uminus.cc.

template<typename T >
int test< T >::operator() ( const mln::point2d p  )  const [inline]

Definition at line 34 of file make/w_window.cc.

template<typename T >
value test< T >::operator() ( const psite p  )  const [inline]

Definition at line 54 of file proxy.cc.

References test< T >::read_().

template<typename T >
mln::value::proxy<test> test< T >::operator() ( const psite p  )  [inline]

Definition at line 59 of file proxy.cc.

template<typename T >
value test< T >::read_ ( const psite p  )  const [inline]

Definition at line 44 of file proxy.cc.

References test< T >::data_.

Referenced by test< T >::operator()().

template<typename T >
void test< T >::write_ ( const psite p,
const value v 
) [inline]

Definition at line 38 of file proxy.cc.

References test< T >::data_.


Member Data Documentation

template<typename T >
std::map<psite,value> test< T >::data_ [mutable]

Definition at line 50 of file proxy.cc.

Referenced by test< T >::read_(), and test< T >::write_().