Generated on Wed Nov 1 15:05:17 2006 for Gecode by doxygen 1.4.5

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 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 mark (void)
bool marked (void) const

Public Attributes

IdxValLinkidx_next
IdxValLinkval_next
int idx
int val


Member Function Documentation

void Gecode::Int::Element::IdxValLink::mark void   )  [inline]
 

Definition at line 46 of file int.icc.

bool Gecode::Int::Element::IdxValLink::marked void   )  const [inline]
 

Definition at line 50 of file int.icc.


Member Data Documentation

IdxValLink* Gecode::Int::Element::IdxValLink::idx_next
 

Definition at line 37 of file int.icc.

IdxValLink* Gecode::Int::Element::IdxValLink::val_next
 

Definition at line 38 of file int.icc.

int Gecode::Int::Element::IdxValLink::idx
 

Definition at line 39 of file int.icc.

int Gecode::Int::Element::IdxValLink::val
 

Definition at line 39 of file int.icc.


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