OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AgentRouteKey Struct Referenceabstract

#include <agent_route.h>

Inheritance diagram for AgentRouteKey:
Collaboration diagram for AgentRouteKey:

Public Member Functions

 AgentRouteKey (const Peer *peer, const std::string &vrf_name)
 
virtual ~AgentRouteKey ()
 
virtual Agent::RouteTableType GetRouteTableType ()=0
 
virtual std::string ToString () const =0
 
virtual AgentRouteAllocRouteEntry (VrfEntry *vrf, bool is_multicast) const =0
 
virtual AgentRouteKeyClone () const =0
 
const std::string & vrf_name () const
 
const Peerpeer () const
 
void set_peer (const Peer *peer)
 
 DISALLOW_COPY_AND_ASSIGN (AgentRouteKey)
 
- Public Member Functions inherited from AgentKey
 AgentKey ()
 
 AgentKey (DBSubOperation sub_op)
 
virtual ~AgentKey ()
 
- Public Member Functions inherited from DBRequestKey
virtual ~DBRequestKey ()
 

Public Attributes

PeerConstPtr peer_
 
std::string vrf_name_
 
- Public Attributes inherited from AgentKey
uint8_t sub_op_
 

Additional Inherited Members

- Public Types inherited from AgentKey
enum  DBSubOperation { ADD_DEL_CHANGE, RESYNC }
 

Detailed Description

Definition at line 35 of file agent_route.h.

Constructor & Destructor Documentation

AgentRouteKey::AgentRouteKey ( const Peer peer,
const std::string &  vrf_name 
)
inline

Definition at line 36 of file agent_route.h.

virtual AgentRouteKey::~AgentRouteKey ( )
inlinevirtual

Definition at line 38 of file agent_route.h.

Member Function Documentation

virtual AgentRoute* AgentRouteKey::AllocRouteEntry ( VrfEntry vrf,
bool  is_multicast 
) const
pure virtual
virtual AgentRouteKey* AgentRouteKey::Clone ( ) const
pure virtual
AgentRouteKey::DISALLOW_COPY_AND_ASSIGN ( AgentRouteKey  )
virtual Agent::RouteTableType AgentRouteKey::GetRouteTableType ( )
pure virtual
const Peer* AgentRouteKey::peer ( ) const
inline

Definition at line 47 of file agent_route.h.

void AgentRouteKey::set_peer ( const Peer peer)
inline

Definition at line 48 of file agent_route.h.

Here is the call graph for this function:

virtual std::string AgentRouteKey::ToString ( ) const
pure virtual
const std::string& AgentRouteKey::vrf_name ( ) const
inline

Definition at line 46 of file agent_route.h.

Member Data Documentation

PeerConstPtr AgentRouteKey::peer_

Definition at line 50 of file agent_route.h.

std::string AgentRouteKey::vrf_name_

Definition at line 51 of file agent_route.h.


The documentation for this struct was generated from the following file: