PersistentDataModel, etc: Embed Token in DataHeaderElement.
Compare changes
Files
10@@ -56,7 +56,7 @@ public: // Constructor and Destructor
@@ -111,9 +111,8 @@ private:
Embed Token by DataHeaderElement by value rather than holding it as a pointer, to reduce the number of memory allocations needed and speed things up slightly.