Class for testing the VarArray iterator
More...
Public Member Functions |
| VarArrayIterator (void) |
| Initialize test.
|
bool | run (void) |
| Perform actual tests.
|
Static Protected Attributes |
static const int | n = 16 |
| Maximum array size.
|
static const int | n = 16 |
| Maximum array size.
|
Detailed Description
Class for testing the VarArray iterator
Definition at line 194 of file array.cpp.
Member Typedef Documentation
Constructor & Destructor Documentation
Test::Array::VarArrayIterator::VarArrayIterator |
( |
void |
| ) |
|
|
inline |
Member Function Documentation
bool Test::Array::VarArrayIterator::run |
( |
void |
| ) |
|
|
inlinevirtual |
Member Data Documentation
const int Test::Array::VarArrayIterator::n = 16 |
|
staticprotected |
Maximum array size.
Definition at line 197 of file array.cpp.
The documentation for this class was generated from the following file: