Generated on Wed Nov 1 15:04:58 2006 for Gecode by doxygen 1.4.5

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.