![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Test-Element, supporting intrusive linked list storage.
Also tracks ctor/dtor calls by virtue of the Dummy baseclass.
Definition at line 58 of file linked-elements-test.cpp.
Public Attributes | |
| Nummy * | next |
Public Member Functions | |
| Nummy () | |
| Nummy (int i) | |
Public Member Functions inherited from Dummy | |
| virtual | ~Dummy () |
| Dummy () | |
| Dummy (int v) | |
| Dummy (Dummy const &o) | |
| Dummy (Dummy &&oDummy) noexcept | |
| Dummy & | operator= (Dummy oDummy) |
| virtual long | calc (int i) |
| a dummy API operation | |
| int | getVal () const |
| void | setVal (int newVal) |
Additional Inherited Members | |
Static Public Attributes inherited from Dummy | |
| static constexpr int | DEFUNCT = std::numeric_limits<int>::min() |
| static constexpr int | DEAD = std::numeric_limits<int>::max() |
Static Public Member Functions inherited from Dummy | |
| static long & | checksum () |
| static void | activateCtorFailure (bool indeed=true) |
|
inline |
Definition at line 63 of file linked-elements-test.cpp.
|
inlineexplicit |
Definition at line 69 of file linked-elements-test.cpp.
References lib::test::anonymous_namespace{linked-elements-test.cpp}::exception_trigger.
| Nummy* next |
Definition at line 61 of file linked-elements-test.cpp.
Inheritance diagram for Nummy:
Collaboration diagram for Nummy: