Class for testing construction from empty vectors
More...
|
| | EmptyVector (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.
|
Class for testing construction from empty vectors
Definition at line 199 of file array.cpp.
◆ EmptyVector()
| Test::Array::EmptyVector::EmptyVector |
( |
void | | ) |
|
|
inline |
◆ run()
| bool Test::Array::EmptyVector::run |
( |
void | | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: