#include <sys/types.h>
#include <string>
#include "PointerList.h"
Go to the source code of this file.
Namespaces | |
namespace | prophet |
Classes | |
struct | prophet::NodeParams |
Tunable parameter struct for setting global default values for Prophet node algorithms. More... | |
class | prophet::Node |
Node represents a route to another Prophet node, and as such, tracks destination endpoint ID and delivery predictability (0 <= p <= 1). More... | |
class | prophet::RIBNode |
RIBNode provides a convenience wrapper around Node for tracking endpoint ID to string ID conversions while serializing/deserializing. More... | |
Typedefs | |
typedef PointerList< Node > | prophet::NodeList |
typedef PointerList< RIBNode > | prophet::RIBNodeList |