1 #ifndef DataFormats_PatCandidates_StringMap_h 2 #define DataFormats_PatCandidates_StringMap_h 54 std::vector<std::pair<std::string, int32_t> >
entries_;
void add(const std::string &string, int32_t value)
std::vector< value_type > vector_type
int32_t operator[](const std::string &string) const
std::vector< std::pair< std::string, int32_t > > entries_
const_iterator find(const std::string &string) const
bool operator()(const value_type &val) const
vector_type::const_iterator const_iterator
MatchByNumber(int32_t number)
std::pair< std::string, int32_t > value_type
const_iterator end() const
const_iterator begin() const
bool operator()(const value_type &val, const std::string &string) const