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

#include <global_vrouter.h>

Inheritance diagram for LinkLocalDBState:
Collaboration diagram for LinkLocalDBState:

Public Member Functions

 LinkLocalDBState (const VrfEntry *vrf)
 
void Add (const IpAddress &address)
 
void Delete (const IpAddress &address)
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 

Public Attributes

const VrfEntryvrf_
 
std::set< IpAddressaddresses_
 

Detailed Description

Definition at line 29 of file global_vrouter.h.

Constructor & Destructor Documentation

LinkLocalDBState::LinkLocalDBState ( const VrfEntry vrf)
inline

Definition at line 34 of file global_vrouter.h.

Member Function Documentation

void LinkLocalDBState::Add ( const IpAddress address)
inline

Definition at line 35 of file global_vrouter.h.

void LinkLocalDBState::Delete ( const IpAddress address)
inline

Definition at line 36 of file global_vrouter.h.

Member Data Documentation

std::set<IpAddress> LinkLocalDBState::addresses_

Definition at line 32 of file global_vrouter.h.

const VrfEntry* LinkLocalDBState::vrf_

Definition at line 30 of file global_vrouter.h.


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