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

#include <bgp_mvpn.h>

Inheritance diagram for MvpnDBState:
Collaboration diagram for MvpnDBState:

Public Member Functions

 MvpnDBState (MvpnStatePtr state)
 
 ~MvpnDBState ()
 
MvpnStatePtr state ()
 
MvpnRouteroute ()
 
void set_state (MvpnStatePtr state)
 
void set_route (MvpnRoute *route)
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (MvpnDBState)
 

Private Attributes

MvpnStatePtr state_
 
MvpnRouteroute_
 

Detailed Description

Definition at line 334 of file bgp_mvpn.h.

Constructor & Destructor Documentation

MvpnDBState::MvpnDBState ( MvpnStatePtr  state)
explicit

Definition at line 346 of file bgp_mvpn.cc.

MvpnDBState::~MvpnDBState ( )

Definition at line 349 of file bgp_mvpn.cc.

Here is the call graph for this function:

Member Function Documentation

MvpnDBState::DISALLOW_COPY_AND_ASSIGN ( MvpnDBState  )
private
MvpnRoute * MvpnDBState::route ( )

Definition at line 357 of file bgp_mvpn.cc.

void MvpnDBState::set_route ( MvpnRoute route)

Definition at line 361 of file bgp_mvpn.cc.

Here is the call graph for this function:

void MvpnDBState::set_state ( MvpnStatePtr  state)

Definition at line 365 of file bgp_mvpn.cc.

Here is the call graph for this function:

MvpnStatePtr MvpnDBState::state ( )

Definition at line 353 of file bgp_mvpn.cc.

Member Data Documentation

MvpnRoute* MvpnDBState::route_
private

Definition at line 344 of file bgp_mvpn.h.

MvpnStatePtr MvpnDBState::state_
private

Definition at line 343 of file bgp_mvpn.h.


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