OpenSDN source code
|
#include <bgp_as_service.h>
Public Member Functions | |
BgpAsAServiceList () | |
BgpAsAServiceList (BgpAsAServiceEntryList list) | |
~BgpAsAServiceList () | |
void | Insert (const BgpAsAServiceEntry *rhs) |
void | Update (const BgpAsAServiceEntry *lhs, const BgpAsAServiceEntry *rhs) |
void | Remove (BgpAsAServiceEntryListIterator &it) |
void | Flush () |
Public Attributes | |
BgpAsAServiceEntryList | list_ |
Definition at line 125 of file bgp_as_service.h.
|
inline |
Definition at line 126 of file bgp_as_service.h.
|
inline |
Definition at line 127 of file bgp_as_service.h.
|
inline |
Definition at line 128 of file bgp_as_service.h.
void BgpAsAService::BgpAsAServiceList::Flush | ( | ) |
Definition at line 108 of file bgp_as_service.cc.
void BgpAsAService::BgpAsAServiceList::Insert | ( | const BgpAsAServiceEntry * | rhs | ) |
Definition at line 58 of file bgp_as_service.cc.
void BgpAsAService::BgpAsAServiceList::Remove | ( | BgpAsAServiceEntryListIterator & | it | ) |
Definition at line 104 of file bgp_as_service.cc.
void BgpAsAService::BgpAsAServiceList::Update | ( | const BgpAsAServiceEntry * | lhs, |
const BgpAsAServiceEntry * | rhs | ||
) |
Definition at line 64 of file bgp_as_service.cc.
BgpAsAServiceEntryList BgpAsAService::BgpAsAServiceList::list_ |
Definition at line 135 of file bgp_as_service.h.