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

#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_
 

Detailed Description

Definition at line 125 of file bgp_as_service.h.

Constructor & Destructor Documentation

BgpAsAService::BgpAsAServiceList::BgpAsAServiceList ( )
inline

Definition at line 126 of file bgp_as_service.h.

BgpAsAService::BgpAsAServiceList::BgpAsAServiceList ( BgpAsAServiceEntryList  list)
inline

Definition at line 127 of file bgp_as_service.h.

BgpAsAService::BgpAsAServiceList::~BgpAsAServiceList ( )
inline

Definition at line 128 of file bgp_as_service.h.

Member Function Documentation

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.

Member Data Documentation

BgpAsAServiceEntryList BgpAsAService::BgpAsAServiceList::list_

Definition at line 135 of file bgp_as_service.h.


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