The Sparta Modeling Framework
|
An AgedArrayCollector is created by the Array class in sparta when Pipeline collection is required. More...
#include <AgedArrayCollector.hpp>
Public Member Functions | |
AgedArrayCollector (sparta::TreeNode *parent, const ArrayType *array) | |
Construct an AgedArrayCollector. | |
void | collect () override final |
set up the Collector with the current state of the Array, and begin collection going forward. | |
An AgedArrayCollector is created by the Array class in sparta when Pipeline collection is required.
This collector will always present the data of an Aged array starting at index 0.
Definition at line 27 of file AgedArrayCollector.hpp.
|
inline |
Construct an AgedArrayCollector.
parent | A pointer to the parent treenode for wich collectable objects will be created under. |
array | The array to be collected |
Definition at line 40 of file AgedArrayCollector.hpp.
|
inlinefinaloverride |
set up the Collector with the current state of the Array, and begin collection going forward.
Definition at line 50 of file AgedArrayCollector.hpp.