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

Gecode::SetVarArgs Class Reference
[Argument arrays]

Passing set variables. More...

#include <set.hh>

List of all members.

Constructors and initialization



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

Detailed Description

Passing set 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 537 of file set.hh.


Constructor & Destructor Documentation

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

Allocate array with n elements.

Definition at line 542 of file set.hh.

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

Initialize from variable argument array a (copy elements).

Definition at line 544 of file set.hh.

Gecode::SetVarArgs::SetVarArgs ( const VarArray< SetVar > &  a  )  [inline]

Initialize from variable array a (copy elements).

Definition at line 546 of file set.hh.


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