47 return !(other == *
this);
52 return (other.
bundle == this->bundle);
60 if (bundle < other.
bundle)
return true;
67 return !(((*this) < other) || ((*
this) == other));
bool operator>(const ExpiringBundle &other) const
virtual ~ExpiringBundle()
ExpiringBundle(const MetaBundle &b)
virtual ~BundleSetImpl()=0
bool operator<(const ExpiringBundle &other) const
bool operator!=(const ExpiringBundle &other) const
const dtn::data::MetaBundle & bundle
bool operator==(const ExpiringBundle &other) const