experimenting with recursive constructor and dataset call
This commit is contained in:
@ -50,6 +50,7 @@ private:
|
||||
* \brief The information whether the class is read-write or read-only is stored here.
|
||||
*/
|
||||
ReadWriteMode_t readWriteMode;
|
||||
PoolRawAccess * nextPoolRawAccess;
|
||||
static const uint8_t RAW_MAX_SIZE = sizeof(double);
|
||||
protected:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user