Class for testing the VarArgs iterator
More...
List of all members.
Public Member Functions |
| VarArgsIterator (void) |
| Initialize test.
|
bool | run (void) |
| Perform actual tests.
|
Static Protected Attributes |
static const int | n = 16 |
| Maximum array size.
|
Additional Inherited Members |
| Iterator (const std::string &name) |
| Initialize test.
|
template<class Array > |
bool | runTestForArray (Array &a) |
| Perform actual tests.
|
Detailed Description
Class for testing the VarArgs iterator
Definition at line 215 of file array.cpp.
Member Typedef Documentation
Constructor & Destructor Documentation
Test::Array::VarArgsIterator::VarArgsIterator |
( |
void |
| ) |
|
|
inline |
Member Function Documentation
bool Test::Array::VarArgsIterator::run |
( |
void |
| ) |
|
|
inlinevirtual |
Member Data Documentation
const int Test::Array::VarArgsIterator::n = 16 |
|
staticprotected |
The documentation for this class was generated from the following file: