8 #ifndef RRCMODELDATAUTIL_H_
9 #define RRCMODELDATAUTIL_H_
11 #include "rrOSSpecifics.h"
12 #include "rrModelData.h"
22 RR_DECLSPEC std::ostream& operator<< (std::ostream& os,
const ModelData& data);
32 RR_DECLSPEC
void initModelData(
ModelData &data);
50 void RR_DECLSPEC allocModelDataBuffers(
ModelData &data,
const std::string& modelName);
56 void RR_DECLSPEC freeModelDataBuffers(
ModelData &data);
A data structure that is that allows data to be exchanged with running SBML models.
Definition: rrModelData.h:49