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

Gecode::Int::Regular::PosSet Class Reference

Inherits Gecode::Support::BlockClient< PosSet >.

List of all members.


Detailed Description

Sets of positions.

Definition at line 320 of file reg.cc.

Public Member Functions

 PosSet (void)
 PosSet (int)
bool in (int) const

Static Public Member Functions

static PosSetCmp cmp (PosSet *, PosSet *)
static PosSetcup (PosSetAllocator &, PosSet *, PosSet *)

Public Attributes

int pos
PosSetnext


Constructor & Destructor Documentation

Gecode::Int::Regular::PosSet::PosSet void   )  [inline]
 

Definition at line 337 of file reg.cc.

Gecode::Int::Regular::PosSet::PosSet int   )  [inline]
 

Definition at line 339 of file reg.cc.


Member Function Documentation

bool Gecode::Int::Regular::PosSet::in int   )  const [inline]
 

Definition at line 343 of file reg.cc.

PosSetCmp Gecode::Int::Regular::PosSet::cmp PosSet ,
PosSet
[inline, static]
 

Definition at line 354 of file reg.cc.

PosSet * Gecode::Int::Regular::PosSet::cup PosSetAllocator ,
PosSet ,
PosSet
[static]
 

Definition at line 370 of file reg.cc.


Member Data Documentation

int Gecode::Int::Regular::PosSet::pos
 

Definition at line 325 of file reg.cc.

PosSet* Gecode::Int::Regular::PosSet::next
 

Definition at line 325 of file reg.cc.


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