The abstract class of dataloader. More...
#include <TestBench/AbstractDataLoader.h>

Public Member Functions | |
| virtual bool | setConfig (ConfigMapPtr cfg) |
| Set the GLOBAL config map related to this loader. More... | |
| virtual bool | setModConfig (ConfigMapPtr cfg) |
| Set the modification config map related to this loader. More... | |
| virtual vector< TrackTuplePtr > | getTupleVectorS () |
| get the vector of s tuple More... | |
| virtual vector< TrackTuplePtr > | getTupleVectorR () |
| get the vector of R tuple More... | |
The abstract class of dataloader.