![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Classes | |
| struct | Imp |
| Template to generate concrete implementation classes. More... | |
| struct | Interface |
Variables | |
| const uint | MAX_RAND = 1000 |
| const uint | MAX_ELM = 111 |
| const uint | MAX_SIZ = sizeof(long[MAX_ELM]) |
| long | _checkSum = 0 |
| long | _callSum = 0 |
| uint | _created = 0 |
| const size_t | _ALIGN_ = sizeof(size_t) |
| maximum additional storage maybe wasted due to alignment of the contained object within the embedded Holder/Buffer | |
| const uint MAX_RAND = 1000 |
Definition at line 60 of file polymorphic-value-test.cpp.
| const uint MAX_ELM = 111 |
Definition at line 61 of file polymorphic-value-test.cpp.
Definition at line 62 of file polymorphic-value-test.cpp.
| long _checkSum = 0 |
Definition at line 65 of file polymorphic-value-test.cpp.
Referenced by Imp< ii, BASE >::Imp(), Imp< ii, BASE >::mark(), and Imp< ii, BASE >::operator=().
| long _callSum = 0 |
Definition at line 66 of file polymorphic-value-test.cpp.
Referenced by Imp< ii, BASE >::apiFunc().
| uint _created = 0 |
Definition at line 67 of file polymorphic-value-test.cpp.
Referenced by Imp< ii, BASE >::Imp(), and Imp< ii, BASE >::Imp().
| const size_t _ALIGN_ = sizeof(size_t) |
maximum additional storage maybe wasted due to alignment of the contained object within the embedded Holder/Buffer
Definition at line 147 of file polymorphic-value-test.cpp.