Go to the source code of this file.
unit test PolymorphicValue_test
Definition in file polymorphic-value-test.cpp.
|
using | PolyVal = PolymorphicValue< Interface, MAX_SIZ > |
|
|
| LAUNCHER (PolymorphicValue_test, "unit common") |
|
|
const size_t | _ALIGN_ = sizeof(size_t) |
| maximum additional storage maybe wasted due to alignment of the contained object within the embedded Holder/Buffer
|
|
long | _callSum = 0 |
|
long | _checkSum = 0 |
|
uint | _created = 0 |
|
const uint | MAX_ELM = 111 |
|
const uint | MAX_RAND = 1000 |
|
const uint | MAX_SIZ = sizeof(long[MAX_ELM]) |
|
|
| lib |
| Implementation namespace for support and library code.
|
|