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

Public Member Functions | |
| ControlNodeZone (const std::string &name, const std::string &display_name, const boost::uuids::uuid &uuid) | |
| ~ControlNodeZone () | |
| const std::string & | name () const |
| const BgpRouterTree & | bgp_router_tree () const |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (ControlNodeZone) | |
Private Attributes | |
| std::string | name_ |
| std::string | display_name_ |
| boost::uuids::uuid | uuid_ |
| BgpRouterTree | bgp_router_tree_ |
Friends | |
| class | BgpRouterConfig |
Definition at line 55 of file bgp_router.h.
| ControlNodeZone::ControlNodeZone | ( | const std::string & | name, |
| const std::string & | display_name, | ||
| const boost::uuids::uuid & | uuid | ||
| ) |
Definition at line 17 of file bgp_router.cc.
| ControlNodeZone::~ControlNodeZone | ( | ) |
Definition at line 23 of file bgp_router.cc.
|
inline |
Definition at line 62 of file bgp_router.h.
|
private |
|
inline |
Definition at line 61 of file bgp_router.h.
|
friend |
Definition at line 66 of file bgp_router.h.
|
private |
Definition at line 70 of file bgp_router.h.
|
private |
Definition at line 68 of file bgp_router.h.
|
private |
Definition at line 67 of file bgp_router.h.
|
private |
Definition at line 69 of file bgp_router.h.