#include <algorithm>#include "Bundle.h"#include "Table.h"Go to the source code of this file.
Classes | |
| struct | prophet::FwdStrategy |
| class | prophet::FwdStrategyComp |
| Prophet forwarding strategy is laid out in Prophet I-D March 2006 Section 3.6, and involves two pieces: a decider function and a sort order. More... | |
| class | prophet::FwdStrategyCompGRTRSORT |
| Comparator for sorting Bundles according to GRTRSort, Section 3.6, Prophet March 2006. More... | |
| class | prophet::FwdStrategyCompGRTRMAX |
| struct | prophet::BundleOfferComp |
| Due to extensive use of copy constructors in the STL, any inheritance hierarchy of comparators will always get "clipped" back to the base type. More... | |
Namespaces | |
| namespace | prophet |
Defines | |
| #define | CASE(_f_s) case _f_s: return # _f_s |
| #define CASE | ( | _f_s | ) | case _f_s: return # _f_s |
1.6.3