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

#include <mpls.h>

Inheritance diagram for MplsLabelData:
Collaboration diagram for MplsLabelData:

Public Member Functions

 MplsLabelData (const NextHopKey *nh_key)
 
virtual ~MplsLabelData ()
 
const NextHopKeynh_key () const
 
std::string vrf_name () const
 
void set_vrf_name (const std::string &vrf_name)
 
- Public Member Functions inherited from AgentData
 AgentData ()
 
virtual ~AgentData ()
 
- Public Member Functions inherited from DBRequestData
virtual ~DBRequestData ()
 

Private Attributes

std::unique_ptr< const NextHopKeynh_key_
 
std::string vrf_name_
 

Detailed Description

Definition at line 30 of file mpls.h.

Constructor & Destructor Documentation

MplsLabelData::MplsLabelData ( const NextHopKey nh_key)
inline

Definition at line 32 of file mpls.h.

virtual MplsLabelData::~MplsLabelData ( )
inlinevirtual

Definition at line 35 of file mpls.h.

Member Function Documentation

const NextHopKey* MplsLabelData::nh_key ( ) const
inline

Definition at line 38 of file mpls.h.

void MplsLabelData::set_vrf_name ( const std::string &  vrf_name)
inline

Definition at line 40 of file mpls.h.

Here is the call graph for this function:

std::string MplsLabelData::vrf_name ( ) const
inline

Definition at line 39 of file mpls.h.

Member Data Documentation

std::unique_ptr<const NextHopKey> MplsLabelData::nh_key_
private

Definition at line 45 of file mpls.h.

std::string MplsLabelData::vrf_name_
private

Definition at line 46 of file mpls.h.


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