Generated on Wed Jan 4 17:49:22 2006 for Gecode by doxygen 1.4.6

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

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

List of all members.


Detailed Description

Sets of positions.

Definition at line 319 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

forceinline Gecode::Int::Regular::PosSet::PosSet void   ) 
 

Definition at line 336 of file reg.cc.

forceinline Gecode::Int::Regular::PosSet::PosSet int   ) 
 

Definition at line 338 of file reg.cc.


Member Function Documentation

forceinline bool Gecode::Int::Regular::PosSet::in int   )  const
 

Definition at line 342 of file reg.cc.

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

Definition at line 353 of file reg.cc.

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

Definition at line 369 of file reg.cc.


Member Data Documentation

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

Definition at line 324 of file reg.cc.

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

Definition at line 324 of file reg.cc.


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