1 #ifndef PDBCAL_BASE_PDBPARAMETERMAP_H
2 #define PDBCAL_BASE_PDBPARAMETERMAP_H
14 typedef std::map<const std::string, double>
dMap;
15 typedef std::map<const std::string, int>
iMap;
16 typedef std::map<const std::string, std::string>
strMap;
17 typedef dMap::const_iterator
dIter;
18 typedef iMap::const_iterator
iIter;
29 void print()
const override;
30 void Reset()
override;