Gecode::BrancherNoPrint< View, Val > Class Template Reference
Class without print function. More...
#include <print.hpp>
Public Types | |
| typedef View::VarType | Var |
| The corresponding variable type. | |
Public Member Functions | |
| BrancherNoPrint (VarValPrint< Var, Val > vvp) | |
| Initialize. | |
| BrancherNoPrint (BrancherNoPrint &bp) | |
| Initialize during cloning. | |
| operator bool (void) const | |
| Whether printing is enabled. | |
| void | operator() (const Space &home, const Brancher &b, unsigned int a, View x, int i, const Val &m, std::ostream &o) const |
| Invoke print function. | |
| bool | notice (void) const |
| Whether dispose must always be called (that is, notice is needed). | |
| void | dispose (Space &home) |
| Delete. | |
Detailed Description
template<class View, class Val>
class Gecode::BrancherNoPrint< View, Val >
Class without print function.
Definition at line 73 of file print.hpp.
Member Typedef Documentation
template<class View , class Val >
| typedef View::VarType Gecode::BrancherNoPrint< View, Val >::Var |
Constructor & Destructor Documentation
template<class View , class Val >
| Gecode::BrancherNoPrint< View, Val >::BrancherNoPrint | ( | VarValPrint< Var, Val > | vvp | ) | [inline] |
template<class View , class Val >
| Gecode::BrancherNoPrint< View, Val >::BrancherNoPrint | ( | BrancherNoPrint< View, Val > & | bp | ) | [inline] |
Member Function Documentation
template<class View , class Val >
| Gecode::BrancherNoPrint< View, Val >::operator bool | ( | void | ) | const [inline] |
template<class View , class Val >
| void Gecode::BrancherNoPrint< View, Val >::operator() | ( | const Space & | home, | |
| const Brancher & | b, | |||
| unsigned int | a, | |||
| View | x, | |||
| int | i, | |||
| const Val & | m, | |||
| std::ostream & | o | |||
| ) | const [inline] |
template<class View , class Val >
| bool Gecode::BrancherNoPrint< View, Val >::notice | ( | void | ) | const [inline] |
template<class View , class Val >
| void Gecode::BrancherNoPrint< View, Val >::dispose | ( | Space & | home | ) | [inline] |
The documentation for this class was generated from the following file:
- gecode/kernel/branch/print.hpp
