
Class for testing the VarArgs iterator More...
Public Member Functions | |
| VarArgsIterator (void) | |
| Initialize test. | |
| bool | run (void) |
| Perform actual tests. | |
Protected Types | |
| typedef Gecode::ArgArrayBase< int > | Array |
| Array type being tested. | |
Static Protected Attributes | |
| static const int | n = 16 |
| Maximum array size. | |
typedef Gecode::ArgArrayBase<int> Test::Array::VarArgsIterator::Array [protected] |
| Test::Array::VarArgsIterator::VarArgsIterator | ( | void | ) | [inline] |
| bool Test::Array::VarArgsIterator::run | ( | void | ) | [inline, virtual] |
const int Test::Array::VarArgsIterator::n = 16 [static, protected] |
Maximum array size.
Reimplemented from Test::Array::Iterator.