Generated on Mon May 10 06:46:54 2010 for Gecode by doxygen 1.6.3

Gecode::IntVarArgs Class Reference
[Argument arrays]

Passing integer variables. More...

#include <int.hh>

List of all members.

Constructors and initialization



 IntVarArgs (int n)
 Allocate array with n elements.
 IntVarArgs (const IntVarArgs &a)
 Initialize from variable argument array a (copy elements).
 IntVarArgs (const VarArray< IntVar > &a)
 Initialize from variable array a (copy elements).

Detailed Description

Passing integer variables.

We could have used a simple typedef instead, but doxygen cannot resolve some overloading then, leading to unusable documentation for important parts of the library. As long as there is no fix for this, we will keep this workaround.

Definition at line 646 of file int.hh.


Constructor & Destructor Documentation

Gecode::IntVarArgs::IntVarArgs ( int  n  )  [inline, explicit]

Allocate array with n elements.

Definition at line 651 of file int.hh.

Gecode::IntVarArgs::IntVarArgs ( const IntVarArgs a  )  [inline]

Initialize from variable argument array a (copy elements).

Definition at line 653 of file int.hh.

Gecode::IntVarArgs::IntVarArgs ( const VarArray< IntVar > &  a  )  [inline]

Initialize from variable array a (copy elements).

Definition at line 655 of file int.hh.


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