Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
lib::test::anonymous_namespace{polymorphic-value-test.cpp} Namespace Reference

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
 

Variable Documentation

◆ MAX_RAND

const uint MAX_RAND = 1000

Definition at line 60 of file polymorphic-value-test.cpp.

◆ MAX_ELM

const uint MAX_ELM = 111

Definition at line 61 of file polymorphic-value-test.cpp.

◆ MAX_SIZ

const uint MAX_SIZ = sizeof(long[MAX_ELM])

Definition at line 62 of file polymorphic-value-test.cpp.

◆ _checkSum

long _checkSum = 0

◆ _callSum

long _callSum = 0

Definition at line 66 of file polymorphic-value-test.cpp.

Referenced by Imp< ii, BASE >::apiFunc().

◆ _created

uint _created = 0

Definition at line 67 of file polymorphic-value-test.cpp.

Referenced by Imp< ii, BASE >::Imp(), and Imp< ii, BASE >::Imp().

◆ _ALIGN_

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.