Public Types | Protected Member Functions

mln::Function_v2b< E > Struct Template Reference
[Functions]

Base class for implementation of function-objects from a value to a Boolean. More...

#include <function.hh>

Inheritance diagram for mln::Function_v2b< E >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2b< void > category
typedef E exact_t
typedef void mutable_result
typedef bool result

Protected Member Functions

 Function_v2b ()
 Function_v2b (const Function_v2b &)

Detailed Description

template<typename E>
struct mln::Function_v2b< E >

Base class for implementation of function-objects from a value to a Boolean.

The parameter E is the exact type.

Definition at line 150 of file function.hh.


Member Typedef Documentation

template<typename E>
typedef Function_v2b<void> mln::Function_v2b< E >::category

Reimplemented from mln::Function_v2v< E >.

Definition at line 152 of file function.hh.

template<typename E>
typedef E mln::Object< E >::exact_t [inherited]

Definition at line 173 of file object.hh.

template<typename E>
typedef void mln::Function_v2v< E >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename E>
typedef bool mln::Function_v2b< E >::result

Constructor & Destructor Documentation

template<typename E >
mln::Function_v2b< E >::Function_v2b (  )  [inline, protected]

Definition at line 274 of file function.hh.

template<typename E >
mln::Function_v2b< E >::Function_v2b ( const Function_v2b< E > &  rhs  )  [inline, protected]

Definition at line 280 of file function.hh.