#include <ProphetLists.h>
Inheritance diagram for dtn::BundleOfferSIDComp:
Definition at line 414 of file ProphetLists.h.
Public Member Functions | |
BundleOfferSIDComp (ProphetDictionary *ribd, ProphetTable *local, u_int16_t sid) | |
bool | operator() (const BundleOffer *a, const BundleOffer *b) const |
Public Attributes | |
u_int16_t | sid_ |
dtn::BundleOfferSIDComp::BundleOfferSIDComp | ( | ProphetDictionary * | ribd, | |
ProphetTable * | local, | |||
u_int16_t | sid | |||
) | [inline] |
Definition at line 416 of file ProphetLists.h.
bool dtn::BundleOfferSIDComp::operator() | ( | const BundleOffer * | a, | |
const BundleOffer * | b | |||
) | const [inline] |
Reimplemented from dtn::BundleOfferComp.
Definition at line 421 of file ProphetLists.h.
References dtn::BundleOfferComp::operator()(), dtn::BundleOffer::sid(), and sid_.
u_int16_t dtn::BundleOfferSIDComp::sid_ |