47 virtual void clear() throw ();
55 iterator
begin() {
return _meta_bundles.begin(); }
67 bool empty()
const {
return _meta_bundles.empty(); }
68 Size size()
const {
return _meta_bundles.size(); }
75 virtual ~ExpiringBundle();
77 bool operator!=(
const ExpiringBundle& other)
const;
78 bool operator==(
const ExpiringBundle& other)
const;
79 bool operator<(
const ExpiringBundle& other)
const;
80 bool operator>(
const ExpiringBundle& other)
const;
85 std::set<ExpiringBundle> _bundles;
86 std::set<dtn::data::MetaBundle> _meta_bundles;
88 BundleList::Listener *_listener;