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

#include <controller_vrf_export.h>

Inheritance diagram for VrfExport::State:
Collaboration diagram for VrfExport::State:

Public Member Functions

 State ()
 
 ~State ()
 
bool IsExportable (uint64_t sequence_number)
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 

Public Attributes

bool exported_
 
bool mcast_exported_
 
bool force_chg_
 
RouteExportrt_export_ [Agent::ROUTE_TABLE_MAX]
 
uint64_t last_sequence_number_
 

Detailed Description

Definition at line 17 of file controller_vrf_export.h.

Constructor & Destructor Documentation

VrfExport::State::State ( )

Definition at line 20 of file controller_vrf_export.cc.

VrfExport::State::~State ( )

Definition at line 24 of file controller_vrf_export.cc.

Member Function Documentation

bool VrfExport::State::IsExportable ( uint64_t  sequence_number)

Definition at line 27 of file controller_vrf_export.cc.

Member Data Documentation

bool VrfExport::State::exported_

Definition at line 20 of file controller_vrf_export.h.

bool VrfExport::State::force_chg_

Definition at line 22 of file controller_vrf_export.h.

uint64_t VrfExport::State::last_sequence_number_

Definition at line 24 of file controller_vrf_export.h.

bool VrfExport::State::mcast_exported_

Definition at line 21 of file controller_vrf_export.h.

RouteExport* VrfExport::State::rt_export_[Agent::ROUTE_TABLE_MAX]

Definition at line 23 of file controller_vrf_export.h.


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