Generated on Tue May 22 09:40:55 2018 for Gecode by doxygen 1.6.3

Gecode::BrancherNoFilter< View > Class Template Reference

Class withot a branch filter function. More...

#include <filter.hpp>

List of all members.

Public Types

typedef View::VarType Var
 The corresponding variable type.

Public Member Functions

 BrancherNoFilter (BranchFilter< Var > bf)
 Initialize.
 BrancherNoFilter (BrancherNoFilter &bf)
 Initialize during cloning.
 operator bool (void) const
 Whether filtering is enabled.
bool operator() (const Space &home, View x, int i) const
 Invoke filter function.
bool notice (void) const
 Whether dispose must always be called (that is, notice is needed).
void dispose (Space &home)
 Delete object.

Detailed Description

template<class View>
class Gecode::BrancherNoFilter< View >

Class withot a branch filter function.

Definition at line 68 of file filter.hpp.


Member Typedef Documentation

template<class View>
typedef View::VarType Gecode::BrancherNoFilter< View >::Var

The corresponding variable type.

Definition at line 71 of file filter.hpp.


Constructor & Destructor Documentation

template<class View >
Gecode::BrancherNoFilter< View >::BrancherNoFilter ( BranchFilter< Var bf  )  [inline]

Initialize.

Definition at line 130 of file filter.hpp.

template<class View >
Gecode::BrancherNoFilter< View >::BrancherNoFilter ( BrancherNoFilter< View > &  bf  )  [inline]

Initialize during cloning.

Definition at line 137 of file filter.hpp.


Member Function Documentation

template<class View >
Gecode::BrancherNoFilter< View >::operator bool ( void   )  const [inline]

Whether filtering is enabled.

Definition at line 141 of file filter.hpp.

template<class View >
bool Gecode::BrancherNoFilter< View >::operator() ( const Space home,
View  x,
int  i 
) const [inline]

Invoke filter function.

Definition at line 147 of file filter.hpp.

template<class View >
bool Gecode::BrancherNoFilter< View >::notice ( void   )  const [inline]

Whether dispose must always be called (that is, notice is needed).

Definition at line 152 of file filter.hpp.

template<class View >
void Gecode::BrancherNoFilter< View >::dispose ( Space home  )  [inline]

Delete object.

Definition at line 158 of file filter.hpp.


The documentation for this class was generated from the following file: