Public Types | Public Member Functions | Public Attributes

mln::fun::p2b::big_chess< B > Struct Template Reference

#include <big_chess.hh>

Inheritance diagram for mln::fun::p2b::big_chess< B >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2b< void > category
typedef big_chess< B > exact_t
typedef void mutable_result
typedef B::psite P
typedef bool result

Public Member Functions

 big_chess (const B &box, const unsigned div)
bool operator() (const P &p) const

Public Attributes

const B & box
const unsigned div

Detailed Description

template<typename B>
struct mln::fun::p2b::big_chess< B >

Definition at line 49 of file big_chess.hh.


Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< big_chess< B > >::category [inherited]

Reimplemented from mln::Function_v2v< big_chess< B > >.

Definition at line 152 of file function.hh.

typedef big_chess< B > mln::Object< big_chess< B > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< big_chess< B > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename B >
typedef B ::psite mln::fun::p2b::big_chess< B >::P

Definition at line 52 of file big_chess.hh.

template<typename B >
typedef bool mln::fun::p2b::big_chess< B >::result

Reimplemented from mln::Function_v2b< big_chess< B > >.

Definition at line 51 of file big_chess.hh.


Constructor & Destructor Documentation

template<typename B >
mln::fun::p2b::big_chess< B >::big_chess ( const B &  box,
const unsigned  div 
)

Definition at line 66 of file big_chess.hh.


Member Function Documentation

template<typename B >
bool mln::fun::p2b::big_chess< B >::operator() ( const P p  )  const [inline]

Definition at line 74 of file big_chess.hh.


Member Data Documentation

template<typename B >
const B& mln::fun::p2b::big_chess< B >::box

Definition at line 58 of file big_chess.hh.

template<typename B >
const unsigned mln::fun::p2b::big_chess< B >::div

Definition at line 59 of file big_chess.hh.