Home
last modified time | relevance | path

Searched refs:ItemCountMap (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/config/
H A Dconfigitem.cpp609 typedef std::map<Type::Ptr, int> ItemCountMap; in CommitItems() typedef
610 ItemCountMap itemCounts; in CommitItems()
618 for (const ItemCountMap::value_type& kv : itemCounts) { in CommitItems()