|
OpenSDN source code
|
#include <controller_route_path.h>


Public Member Functions | |
| StalePathData (uint64_t sequence_number) | |
| virtual | ~StalePathData () |
| virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
| virtual bool | CanDeletePath (Agent *agent, AgentPath *path, const AgentRoute *rt) const |
| virtual std::string | ToString () const |
Public Member Functions inherited from AgentRouteData | |
| AgentRouteData (Type type, bool is_multicast, uint64_t sequence_number) | |
| virtual | ~AgentRouteData () |
| virtual AgentPath * | CreateAgentPath (const Peer *peer, AgentRoute *rt) const |
| virtual bool | UpdateRoute (AgentRoute *rt) |
| bool | AddChangePath (Agent *agent, AgentPath *path, const AgentRoute *rt) |
| bool | is_multicast () const |
| uint64_t | sequence_number () const |
| DISALLOW_COPY_AND_ASSIGN (AgentRouteData) | |
Public Member Functions inherited from AgentData | |
| AgentData () | |
| virtual | ~AgentData () |
Public Member Functions inherited from DBRequestData | |
| virtual | ~DBRequestData () |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (StalePathData) | |
Additional Inherited Members | |
Public Types inherited from AgentRouteData | |
| enum | Type { ADD_DEL_CHANGE , ROUTE_PREFERENCE_CHANGE , IPAM_SUBNET } |
Public Attributes inherited from AgentRouteData | |
| Type | type_ |
| bool | is_multicast_ |
| uint64_t | sequence_number_ |
Definition at line 298 of file controller_route_path.h.
|
inline |
Definition at line 300 of file controller_route_path.h.
|
inlinevirtual |
Definition at line 303 of file controller_route_path.h.
|
virtual |
Implements AgentRouteData.
Definition at line 842 of file controller_route_path.cc.

|
virtual |
Reimplemented from AgentRouteData.
Definition at line 862 of file controller_route_path.cc.

|
private |
|
inlinevirtual |
Implements AgentRouteData.
Definition at line 308 of file controller_route_path.h.