Test::Array::Iterator::Iterator Class Reference
Base class for testing iterators More...
Protected Member Functions | |
Iterator (const std::string &name) | |
Initialize test. | |
template<class Array > | |
bool | runTestForArray (Array &a) |
Perform actual tests. | |
Static Protected Attributes | |
static const int | n = 16 |
Maximum array size. |
Detailed Description
Constructor & Destructor Documentation
Test::Array::Iterator::Iterator::Iterator | ( | const std::string & | name | ) | [inline, protected] |
Member Function Documentation
template<class Array >
bool Test::Array::Iterator::Iterator::runTestForArray | ( | Array & | a | ) | [inline, protected] |
Member Data Documentation
const int Test::Array::Iterator::Iterator::n = 16 [static, protected] |
Maximum array size.
Reimplemented in Test::Array::Iterator::VarArrayIterator, Test::Array::Iterator::VarArgsIterator, Test::Array::Iterator::ViewArrayIterator, and Test::Array::Iterator::SharedArrayIterator.
The documentation for this class was generated from the following file: