Gecode::VarArgArray< Var > Class Template Reference
[Programming variables]
Inherits Gecode::ArgArrayBase< Var >.
Detailed Description
template<class Var>
class Gecode::VarArgArray< Var >
Argument array for variables.
Argument arrays are used as convenient mechanism of passing arguments when calling functions as they combine both the size and the elements of an array. For a small number of elements, memory is allocated by creating an argument array object. Otherwise the memory is allocated from the heap.
Definition at line 354 of file array.icc.
Constructors and initialization | |
VarArgArray (int n) | |
Allocate array with n elements. | |
VarArgArray (const VarArgArray< Var > &a) | |
Initialize from variable argument array a (copy elements). | |
VarArgArray (const VarArray< Var > &a) | |
Initialize from variable array a (copy elements). |
Constructor & Destructor Documentation
|
Allocate array with n elements.
|
|
Initialize from variable argument array a (copy elements).
|
|
Initialize from variable array a (copy elements).
|
The documentation for this class was generated from the following file:
- kernel/array.icc (Revision: 2693)