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

#include <bgp_attr.h>

Public Member Functions

 BgpOListElem (Ip4Address address, uint32_t label, std::vector< std::string > encap=std::vector< std::string >())
 
bool operator< (const BgpOListElem &rhs) const
 

Public Attributes

Ip4Address address
 
uint32_t label
 
std::vector< std::string > encap
 

Detailed Description

Definition at line 663 of file bgp_attr.h.

Constructor & Destructor Documentation

BgpOListElem::BgpOListElem ( Ip4Address  address,
uint32_t  label,
std::vector< std::string >  encap = std::vector<std::string>() 
)
inline

Definition at line 665 of file bgp_attr.h.

Member Function Documentation

bool BgpOListElem::operator< ( const BgpOListElem rhs) const

Definition at line 726 of file bgp_attr.cc.

Member Data Documentation

Ip4Address BgpOListElem::address

Definition at line 672 of file bgp_attr.h.

std::vector<std::string> BgpOListElem::encap

Definition at line 674 of file bgp_attr.h.

uint32_t BgpOListElem::label

Definition at line 673 of file bgp_attr.h.


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