22 #ifndef METABUNDLE_CPP_
23 #define METABUNDLE_CPP_
45 :
BundleID(), lifetime(0), destination(), reportto(),
46 custodian(), appdatalength(0), procflags(0), expiretime(0), hopcount(
Number::max()), net_priority(0)
51 :
BundleID(id), lifetime(0), destination(), reportto(),
52 custodian(), appdatalength(0), procflags(0), expiretime(0), hopcount(
Number::max()), net_priority(0)
59 : BundleID(b), lifetime(b.lifetime), destination(b.destination), reportto(b.reportto),
60 custodian(b.custodian), appdatalength(b.appdatalength), procflags(b.procflags), expiretime(0), hopcount(
Number::max()), net_priority(0)
106 return (
const BundleID&)*
this < other;
111 return (
const BundleID&)*
this > other;
116 return (
const BundleID&)*
this != other;
121 return (
const BundleID&)*
this == other;
126 return (
const BundleID&)*
this < other;
131 return (
const BundleID&)*
this > other;
136 return (
const BundleID&)*
this != other;
141 return (
const BundleID&)*
this == other;