Generated on Thu Oct 26 14:25:45 2006 for Gecode by doxygen 1.4.7

Argument arrays
[Using finite domain integers]

Collaboration diagram for Argument arrays:


Detailed Description

Argument arrays are just good enough for passing arguments with automatic memory management.


Classes

class  Gecode::BoolVarArgs
 Passing Boolean variables. More...

Typedefs

typedef PrimArgArray< int > Gecode::IntArgs
 Passing integer arguments.
typedef VarArgArray< IntVar > Gecode::IntVarArgs
 Passing integer variables.


Typedef Documentation

typedef PrimArgArray<int> Gecode::IntArgs

Passing integer arguments.

Definition at line 37 of file array.icc.

typedef VarArgArray<IntVar> Gecode::IntVarArgs

Passing integer variables.

Definition at line 39 of file array.icc.