}
}
+private:
/// @brief Creates the IPv4 lease statistical data result set
///
/// The result set is populated by iterating over the IPv4 leases in
next_pos_ = rows_.begin();
}
-private:
/// @brief The Memfile storage containing the IPv4 leases to analyze
Lease4Storage& storage4_;
};
}
}
+private:
/// @brief Creates the IPv6 lease statistical data result set
///
/// The result set is populated by iterating over the IPv6 leases in
next_pos_ = rows_.begin();
}
-private:
/// @brief The Memfile storage containing the IPv6 leases to analyze
Lease6Storage& storage6_;
};