Class for testing the VarArgs iterator
More...
|
| | VarArgsIterator (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 VarArgs iterator
Definition at line 211 of file array.cpp.
◆ Array
◆ VarArgsIterator()
| Test::Array::VarArgsIterator::VarArgsIterator |
( |
void | | ) |
|
|
inline |
◆ run()
| bool Test::Array::VarArgsIterator::run |
( |
void | | ) |
|
|
inlinevirtual |
| const int Test::Array::VarArgsIterator::n = 16 |
|
staticprotected |
Maximum array size.
Definition at line 214 of file array.cpp.
The documentation for this class was generated from the following file: