Test::Array::SharedArrayIterator Class Reference
Class for testing the SharedArray iterator More...
Public Member Functions | |
SharedArrayIterator (void) | |
Initialize test. | |
bool | run (void) |
Perform actual tests. | |
Protected Types | |
typedef Gecode::SharedArray< int > | Array |
Array type being tested. | |
Static Protected Attributes | |
static const int | n = 16 |
Maximum array size. |
Detailed Description
Class for testing the SharedArray iterator
Definition at line 257 of file array.cpp.
Member Typedef Documentation
typedef Gecode::SharedArray<int> Test::Array::SharedArrayIterator::Array [protected] |
Constructor & Destructor Documentation
Test::Array::SharedArrayIterator::SharedArrayIterator | ( | void | ) | [inline] |
Member Function Documentation
bool Test::Array::SharedArrayIterator::run | ( | void | ) | [inline, virtual] |
Member Data Documentation
const int Test::Array::SharedArrayIterator::n = 16 [static, protected] |
Maximum array size.
Reimplemented from Test::Array::Iterator.
The documentation for this class was generated from the following file: