Generated on Mon Nov 30 23:53:47 2009 for Gecode by doxygen 1.6.1

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


Constructor & Destructor Documentation

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

Allocate array with n elements.

Definition at line 543 of file set.hh.

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

Initialize from variable argument array a (copy elements).

Definition at line 545 of file set.hh.

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

Initialize from variable array a (copy elements).

Definition at line 547 of file set.hh.


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