1 #ifndef PDBPARAMETERMAP__H
2 #define PDBPARAMETERMAP__H
12 typedef std::map<const std::string, double>
dMap;
13 typedef std::map<const std::string, int>
iMap;
14 typedef std::map<const std::string, std::string>
strMap;
15 typedef dMap::const_iterator
dIter;
16 typedef iMap::const_iterator
iIter;
iConstRange get_iparam_iters() const
std::pair< dIter, dIter > dConstRange
virtual ~PdbParameterMap()
dConstRange get_dparam_iters() const
dMap::const_iterator dIter
std::map< const std::string, std::string > strMap
std::map< const std::string, int > iMap
size_t get_hash() const
hash of binary information for checking purpose
std::pair< iIter, iIter > iConstRange
strConstRange get_cparam_iters() const
void set_double_param(const std::string &name, const double dval)
std::pair< strIter, strIter > strConstRange
void set_int_param(const std::string &name, const int ival)
std::map< const std::string, double > dMap
strMap::const_iterator strIter
iMap::const_iterator iIter
void set_string_param(const std::string &name, const std::string &str)