Section(const Pairs& ma, const Pairs& mo, const Pairs& re, ReturnCode code, const Authorize& auth)
: match(ma), modify(mo), reply(re), returnCode(code), authorize(auth) {}
Pairs match;
Section(const Pairs& ma, const Pairs& mo, const Pairs& re, ReturnCode code, const Authorize& auth)
: match(ma), modify(mo), reply(re), returnCode(code), authorize(auth) {}
Pairs match;