1 #ifndef _utl_ResponseMap_h_
2 #define _utl_ResponseMap_h_
const_iterator End() const
Get an iterator to the end of the ResponseMap.
std::map< std::string, double > fResponseMap
void AddResponseItem(const std::string &identifier, const double weight)
Add the item denoted by the identifier with the specified weight to the ResponseMap.
bool operator==(const ResponseMap &m) const
compares if two ResponseMaps are identical
std::map< std::string, double >::size_type Size() const
Wrapper class for initially unset data.
std::map< std::string, double >::const_iterator const_iterator
A helper class which manages a list of system response identifiers (std::strings) and their correspon...
const_iterator Begin() const
Get an iterator to the first element of the ResponseMap.
ResponseMap(const std::map< std::string, double > &m)
Constructor to create a ResponseMap from an stl-map.