Base-class for nodes (both view and value nodes) More...
#include <dom.hpp>
Public Member Functions | |
Node (void) | |
Edge< View > * | edge_fst (void) const |
Edge< View > * | edge_lst (void) const |
Static Public Member Functions | |
static void | operator delete (void *, size_t) |
static void | operator delete (void *, Space &) |
static void * | operator new (size_t, Space &) |
Public Attributes | |
unsigned int | low |
unsigned int | min |
unsigned int | comp |
Edge< View > * | iter |
Base-class for nodes (both view and value nodes)
Note: the obvious ill-design to have also nodes and edges parametric wrt View is because the right design (having template function members) gets miscompiled (and actually not even compiled with some C++ compilers). Duh!
Gecode::Int::Distinct::Node< View >::Node | ( | void | ) | [inline] |
Edge< View > * Gecode::Int::Distinct::Node< View >::edge_fst | ( | void | ) | const [inline] |
Edge< View > * Gecode::Int::Distinct::Node< View >::edge_lst | ( | void | ) | const [inline] |
void Gecode::Int::Distinct::Node< View >::operator delete | ( | void * | , |
size_t | |||
) | [inline, static] |
void Gecode::Int::Distinct::Node< View >::operator delete | ( | void * | , |
Space & | |||
) | [inline, static] |
void * Gecode::Int::Distinct::Node< View >::operator new | ( | size_t | s, |
Space & | home | ||
) | [inline, static] |
unsigned int Gecode::Int::Distinct::Node< View >::low |
unsigned int Gecode::Int::Distinct::Node< View >::min |
unsigned int Gecode::Int::Distinct::Node< View >::comp |
Edge<View>* Gecode::Int::Distinct::Node< View >::iter |