Class for testing the VarArgs iterator
More...
|
| | VarArgsIterator (void) |
| | Initialize test.
|
| bool | run (void) |
| | Perform actual tests.
|
| | Base (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.
|
| bool | fixpoint (void) |
| | Throw a coin whether to compute a fixpoint.
|
| 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 243 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 246 of file array.cpp.
The documentation for this class was generated from the following file: