Generated on Thu Jul 6 07:07:02 2006 for Gecode by doxygen 1.4.7

Gecode::Int::Element::IdxValLink Class Reference

List of all members.

Detailed Description

Links for index-value map.

Data structure linking pairs of index and value (index,value) where pairs are doubly-linked in order of both index and value (to allow for easy removal while keeping both index and value sorted).

Definition at line 35 of file int.icc.

Public Member Functions

void unlink (void)

Public Attributes

IdxValLinkidx_prev
IdxValLinkidx_next
IdxValLinkval_prev
IdxValLinkval_next
int idx
int val


Member Function Documentation

void Gecode::Int::Element::IdxValLink::unlink ( void   )  [inline]

Definition at line 45 of file int.icc.


Member Data Documentation

Definition at line 39 of file int.icc.

Definition at line 39 of file int.icc.


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