Lumiera
0.pre.03
»edit your freedom«
|
#include "/Werk/devel/lumi/tests/basics/test-target-obj.hpp"
Target object to be created by Test-Factories or as Singleton.
Allocates a variable amount of additional heap memory and prints diagnostic messages.
Definition at line 54 of file test-target-obj.hpp.
Public Member Functions | |
TestTargetObj (uint num) | |
virtual | operator string () const |
Private Attributes | |
uint | cnt_ |
string * | heapArray_ |
string * | heapData_ |