Generated on Sat Aug 25 2012 15:53:13 for Gecode by doxygen 1.7.5
Gecode::Int::ViewValGraph::Node Class Reference

Base-class for nodes (both view and value nodes) More...

#include <view-val-graph.hh>

List of all members.

Public Member Functions

 Node (void)
 Initialize.
Edge< View > * edge_fst (void) const
 Return first edge (organized by bi-links)
Edge< View > * edge_lst (void) const
 Return last edge (organized by bi-links)

Static Public Member Functions

static void * operator new (size_t, Space &)
 Allocate memory from space.
static void operator delete (void *, size_t)
 Needed for exceptions.
static void operator delete (void *, Space &)
 Needed for exceptions.

Public Attributes

Edge< View > * iter
 Next edge for computing strongly connected components.
unsigned int low
 Values for computing strongly connected components.
unsigned int min
unsigned int comp

Detailed Description

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!


Constructor & Destructor Documentation

Gecode::Int::ViewValGraph::Node::Node ( void  ) [inline]

Initialize.

Definition at line 47 of file node.hpp.


Member Function Documentation

Edge< View > * Gecode::Int::ViewValGraph::Node::edge_fst ( void  ) const [inline]

Return first edge (organized by bi-links)

Definition at line 52 of file node.hpp.

Edge< View > * Gecode::Int::ViewValGraph::Node::edge_lst ( void  ) const [inline]

Return last edge (organized by bi-links)

Definition at line 57 of file node.hpp.

void * Gecode::Int::ViewValGraph::Node::operator new ( size_t  s,
Space home 
) [inline, static]

Allocate memory from space.

Definition at line 68 of file node.hpp.

void Gecode::Int::ViewValGraph::Node::operator delete ( void *  ,
size_t   
) [inline, static]

Needed for exceptions.

Definition at line 62 of file node.hpp.

void Gecode::Int::ViewValGraph::Node::operator delete ( void *  ,
Space  
) [inline, static]

Needed for exceptions.

Definition at line 65 of file node.hpp.


Member Data Documentation

Next edge for computing strongly connected components.

Definition at line 123 of file view-val-graph.hh.

Values for computing strongly connected components.

Definition at line 125 of file view-val-graph.hh.

Definition at line 125 of file view-val-graph.hh.

Definition at line 125 of file view-val-graph.hh.


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