31 #ifdef CHECK_MEMORY_LEAKS
33 #endif // CHECK_MEMORY_LEAKS
48 TypedDistDict::iterator i =
myDict.find(type);
55 DistDict::iterator j = dict.find(
id);
56 if (j == dict.end()) {
66 const std::string&
id) {
67 TypedDistDict::iterator i =
myDict.find(type);
72 DistDict::iterator j = dict.find(
id);
73 if (j == dict.end()) {
82 for (TypedDistDict::iterator i =
myDict.begin(); i !=
myDict.end(); i++) {
84 for (DistDict::iterator j = dict.begin(); j != dict.end(); j++) {
static bool dictionary(const std::string &type, const std::string &id, Distribution *d)
static TypedDistDict myDict
std::map< std::string, Distribution * > DistDict
std::map< std::string, DistDict > TypedDistDict