OpenSDN source code
|
#include <rtarget_group_mgr.h>
Public Types | |
typedef std::set< RouteTarget > | RTargetList |
Public Member Functions | |
void | AddRouteTarget (RTargetGroupMgr *mgr, int part_id, BgpRoute *rt, RTargetList::const_iterator it) |
void | DeleteRouteTarget (RTargetGroupMgr *mgr, int part_id, BgpRoute *rt, RTargetList::const_iterator it) |
![]() | |
virtual | ~DBState () |
Private Member Functions | |
const RTargetList * | GetList () const |
RTargetList * | GetMutableList () |
Private Attributes | |
RTargetList | list_ |
Friends | |
class | RTargetGroupMgr |
Definition at line 66 of file rtarget_group_mgr.h.
typedef std::set<RouteTarget> VpnRouteState::RTargetList |
Definition at line 68 of file rtarget_group_mgr.h.
void VpnRouteState::AddRouteTarget | ( | RTargetGroupMgr * | mgr, |
int | part_id, | ||
BgpRoute * | rt, | ||
RTargetList::const_iterator | it | ||
) |
void VpnRouteState::DeleteRouteTarget | ( | RTargetGroupMgr * | mgr, |
int | part_id, | ||
BgpRoute * | rt, | ||
RTargetList::const_iterator | it | ||
) |
|
inlineprivate |
Definition at line 78 of file rtarget_group_mgr.h.
|
inlineprivate |
Definition at line 79 of file rtarget_group_mgr.h.
|
friend |
Definition at line 76 of file rtarget_group_mgr.h.
|
private |
Definition at line 81 of file rtarget_group_mgr.h.