Go to the source code of this file.
unit test LinkedElements_test
Definition in file linked-elements-test.cpp.
|
using | List = LinkedElements< Nummy > |
| default case: ownership for heap allocated nodes
|
|
using | ListCustomAllocated = LinkedElements< Nummy, linked_elements::UseAllocationCluster > |
| creating nodes in-place, using a custom allocator for creation and disposal
|
|
using | ListNotOwner = LinkedElements< Nummy, linked_elements::NoOwnership > |
| managing existing node elements without taking ownership
|
|
|
void | __triggerError_reset () |
|
void | __triggerErrorAt (int i) |
|
| LAUNCHER (LinkedElements_test, "unit common") |
|
| LUMIERA_ERROR_DEFINE (PROVOKED_FAILURE, "provoked failure") |
|
uint | sum (uint n) |
|
|
int | exception_trigger = -1 |
|
const uint | NUM_ELEMENTS = 500 |
|
|
| lib |
| Implementation namespace for support and library code.
|
|