Gecode::SetVarArgs Class Reference
[Argument arrays]
Passing set variables. More...
#include <set.hh>
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] |
Gecode::SetVarArgs::SetVarArgs | ( | const SetVarArgs & | a | ) | [inline] |
The documentation for this class was generated from the following file:
- gecode/set.hh (Revision: 9897)