47 #ifndef Xyce_N_TIA_DATA_STORE_H
48 #define Xyce_N_TIA_DATA_STORE_H
56 #include <N_UTL_Misc.h>
57 #include <N_LAS_fwd.h>
207 #ifdef Xyce_DEBUG_DEVICE
208 N_LAS_Vector * JdxpVectorPtr;
364 const std::list<index_pair> & staGIDList);
383 bool getSolnVarData(
const int & gid, std::vector<double> & varData );
384 bool getStateVarData(
const int & gid, std::vector<double> & varData );
385 bool setSolnVarData(
const int & gid,
const std::vector<double> & varData );
386 bool setStateVarData(
const int & gid,
const std::vector<double> & varData );
387 bool getStoreVarData(
const int & gid, std::vector<double> & varData );
388 bool setStoreVarData(
const int & gid,
const std::vector<double> & varData );
404 #endif // Xyce_N_TIA_DATA_STORE_H