31 std::map<std::string, Destination>::iterator
dd =
destination.find(
"default");
57 std::map<std::string, Category>::iterator
c = destin.
category.find(
cat);
59 lim =
c->second.limit;
62 std::map<std::string, Destination>::iterator
dd =
destination.find(
"default");
66 std::map<std::string, Category>::iterator
c = def_destin.
category.find(
cat);
68 lim =
c->second.limit;
75 std::map<std::string, Category>::iterator
cd = destin.
category.find(
"default");
77 lim =
cd->second.limit;
84 std::map<std::string, Category>::iterator cdd = def_destin.
category.find(
"default");
85 if (cdd != def_destin.
category.end()) {
86 lim = cdd->second.limit;
98 std::map<std::string, Category>::iterator
c = destin.
category.find(
cat);
100 re =
c->second.reportEvery;
103 std::map<std::string, Destination>::iterator
dd =
destination.find(
"default");
107 std::map<std::string, Category>::iterator
c = def_destin.
category.find(
cat);
109 re =
c->second.reportEvery;
116 std::map<std::string, Category>::iterator
cd = destin.
category.find(
"default");
118 re =
cd->second.reportEvery;
125 std::map<std::string, Category>::iterator cdd = def_destin.
category.find(
"default");
126 if (cdd != def_destin.
category.end()) {
127 re = cdd->second.reportEvery;
139 std::map<std::string, Category>::iterator
c = destin.
category.find(
cat);
141 tim =
c->second.timespan;
144 std::map<std::string, Destination>::iterator
dd =
destination.find(
"default");
148 std::map<std::string, Category>::iterator
c = def_destin.
category.find(
cat);
150 tim =
c->second.timespan;
157 std::map<std::string, Category>::iterator
cd = destin.
category.find(
"default");
159 tim =
cd->second.timespan;
166 std::map<std::string, Category>::iterator cdd = def_destin.
category.find(
"default");
167 if (cdd != def_destin.
category.end()) {
168 tim = cdd->second.timespan;
180 std::map<std::string, Category>::iterator
c = destin.
sev.find(
cat);
181 if (
c != destin.
sev.end()) {
182 lim =
c->second.limit;
185 std::map<std::string, Destination>::iterator
dd =
destination.find(
"default");
189 std::map<std::string, Category>::iterator
c = def_destin.
sev.find(
cat);
190 if (
c != def_destin.
sev.end()) {
191 lim =
c->second.limit;
198 std::map<std::string, Category>::iterator
cd = destin.
sev.find(
"default");
199 if (
cd != destin.
sev.end()) {
200 lim =
cd->second.limit;
207 std::map<std::string, Category>::iterator cdd = def_destin.
sev.find(
"default");
208 if (cdd != def_destin.
sev.end()) {
209 lim = cdd->second.limit;
221 std::map<std::string, Category>::iterator
c = destin.
sev.find(
cat);
222 if (
c != destin.
sev.end()) {
223 re =
c->second.reportEvery;
226 std::map<std::string, Destination>::iterator
dd =
destination.find(
"default");
230 std::map<std::string, Category>::iterator
c = def_destin.
sev.find(
cat);
231 if (
c != def_destin.
sev.end()) {
232 re =
c->second.reportEvery;
239 std::map<std::string, Category>::iterator
cd = destin.
sev.find(
"default");
240 if (
cd != destin.
sev.end()) {
241 re =
cd->second.reportEvery;
248 std::map<std::string, Category>::iterator cdd = def_destin.
sev.find(
"default");
249 if (cdd != def_destin.
sev.end()) {
250 re = cdd->second.reportEvery;
262 std::map<std::string, Category>::iterator
c = destin.
sev.find(
cat);
263 if (
c != destin.
sev.end()) {
264 tim =
c->second.timespan;
267 std::map<std::string, Destination>::iterator
dd =
destination.find(
"default");
271 std::map<std::string, Category>::iterator
c = def_destin.
sev.find(
cat);
272 if (
c != def_destin.
sev.end()) {
273 tim =
c->second.timespan;
280 std::map<std::string, Category>::iterator
cd = destin.
sev.find(
"default");
281 if (
cd != destin.
sev.end()) {
282 tim =
cd->second.timespan;
289 std::map<std::string, Category>::iterator cdd = def_destin.
sev.find(
"default");
290 if (cdd != def_destin.
sev.end()) {
291 tim = cdd->second.timespan;