Class for testing the SharedArray iterator
More...
|
| SharedArrayIterator (void) |
| Initialize test.
|
|
bool | run (void) |
| Perform actual tests.
|
|
| Base (const std::string &s) |
| Create and register test with name s.
|
|
const std::string & | name (void) const |
| Return name of test.
|
|
Base * | next (void) const |
| Return next test.
|
|
void | next (Base *n) |
| Set next test.
|
|
virtual | ~Base (void) |
| Destructor.
|
|
|
static const int | n = 16 |
| Maximum array size.
|
|
static const int | n = 16 |
| Maximum array size.
|
|
Class for testing the SharedArray iterator
Definition at line 253 of file array.cpp.
◆ Array
◆ SharedArrayIterator()
Test::Array::SharedArrayIterator::SharedArrayIterator |
( |
void | | ) |
|
|
inline |
◆ run()
bool Test::Array::SharedArrayIterator::run |
( |
void | | ) |
|
|
inlinevirtual |
const int Test::Array::SharedArrayIterator::n = 16 |
|
staticprotected |
Maximum array size.
Definition at line 256 of file array.cpp.
The documentation for this class was generated from the following file: