Gecode::Int::Element::IdxValLink Class Reference
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 49 of file int.icc.
Public Member Functions | |
void | mark (void) |
bool | marked (void) const |
Public Attributes | |
IdxValLink * | idx_next |
IdxValLink * | val_next |
int | idx |
int | val |
Member Function Documentation
void Gecode::Int::Element::IdxValLink::mark | ( | void | ) | [inline] |
bool Gecode::Int::Element::IdxValLink::marked | ( | void | ) | const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- gecode/int/element/int.icc (Revision: 7295)