array.cpp File Reference
#include <gecode/kernel.hh>#include <gecode/int.hh>#include "test/test.hh"Go to the source code of this file.
Classes | |
| class | Test::Array::Iterator |
| Base class for testing iterators More... | |
| class | Test::Array::TestSpace |
| Test space. More... | |
| class | Test::Array::VarArrayIterator |
| Class for testing the VarArray iterator More... | |
| class | Test::Array::VarArgsIterator |
| Class for testing the VarArgs iterator More... | |
| class | Test::Array::ViewArrayIterator |
| Class for testing the ViewArray iterator More... | |
| class | Test::Array::SharedArrayIterator |
| Class for testing the SharedArray iterator More... | |
Namespaces | |
| namespace | Test |
General test support. | |
| namespace | Test::Array |
Tests for arrays. | |
Defines | |
| #define | CHECK_TEST(T, M) |
| Check the test result and handle failed test. | |
| #define | START_TEST(T) |
| Start new test. | |
Variables | |
| Test::Array::VarArrayIterator | Test::Array::varArrayIteratorTest |
| Class for testing the VarArray iterator | |
| Test::Array::VarArgsIterator | Test::Array::varArgsIteratorTest |
| Class for testing the VarArgs iterator | |
| Test::Array::ViewArrayIterator | Test::Array::viewArrayIteratorTest |
| Class for testing the ViewArray iterator | |
| Test::Array::SharedArrayIterator | Test::Array::sharedArrayIteratorTest |
| Class for testing the SharedArray iterator | |
Define Documentation
| #define CHECK_TEST | ( | T, | |||
| M | ) |
