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