
Class storing a print function. More...
#include <print.hpp>
Public Types | |
| typedef View::VarType | Var |
| The corresponding variable type. | |
Public Member Functions | |
| BrancherPrint (VarValPrint< Var, Val > vvp) | |
| Initialize. | |
| BrancherPrint (BrancherPrint &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. | |
Protected Attributes | |
| SharedData< VarValPrint< Var, Val > > | p |
Class storing a print function.
| typedef View::VarType Gecode::BrancherPrint< View, Val >::Var |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |