Lumiera
0.pre.03
»edit your freedom«
|
Definition at line 38 of file scoped-collection-test.cpp.
Public Member Functions | |
SubDummy (int id, int trigger) | |
Public Member Functions inherited from Dummy | |
Dummy (int v) | |
Dummy (Dummy &&oDummy) noexcept | |
int | getVal () const |
Dummy & | operator= (Dummy &&oDummy) |
void | setVal (int newVal) |
Private Member Functions | |
virtual long | calc (int i) |
special variant of the dummy API operation: More... | |
Private Attributes | |
int | trigger_ |
Additional Inherited Members | |
Static Public Member Functions inherited from Dummy | |
static void | activateCtorFailure (bool indeed=true) |
static long & | checksum () |
|
inlineprivatevirtual |
special variant of the dummy API operation:
i | when zero, the trigger value will be revealed |
Reimplemented from Dummy.
Definition at line 47 of file scoped-collection-test.cpp.
References Dummy::calc().