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

#include <tunnel_encap.h>

Public Types

typedef boost::array< uint8_t,
kSize
bytes_type
 

Public Member Functions

 TunnelEncap (TunnelEncapType::Encap encap)
 
 TunnelEncap (std::string encap)
 
 TunnelEncap (const bytes_type &data)
 
TunnelEncapType::Encap tunnel_encap () const
 
const bytes_typeGetExtCommunity () const
 
const uint64_t GetExtCommunityValue () const
 
std::string ToString ()
 
std::string ToXmppString ()
 

Static Public Attributes

static const int kSize = 8
 

Private Attributes

bytes_type data_
 

Detailed Description

Definition at line 17 of file tunnel_encap.h.

Member Typedef Documentation

typedef boost::array<uint8_t, kSize> TunnelEncap::bytes_type

Definition at line 20 of file tunnel_encap.h.

Constructor & Destructor Documentation

TunnelEncap::TunnelEncap ( TunnelEncapType::Encap  encap)
explicit

Definition at line 27 of file tunnel_encap.cc.

Here is the call graph for this function:

TunnelEncap::TunnelEncap ( std::string  encap)
explicit
TunnelEncap::TunnelEncap ( const bytes_type data)
explicit

Definition at line 36 of file tunnel_encap.cc.

Member Function Documentation

const bytes_type& TunnelEncap::GetExtCommunity ( ) const
inline

Definition at line 28 of file tunnel_encap.h.

const uint64_t TunnelEncap::GetExtCommunityValue ( ) const
inline

Definition at line 32 of file tunnel_encap.h.

Here is the call graph for this function:

string TunnelEncap::ToString ( )

Definition at line 51 of file tunnel_encap.cc.

Here is the call graph for this function:

string TunnelEncap::ToXmppString ( )

Definition at line 57 of file tunnel_encap.cc.

Here is the call graph for this function:

TunnelEncapType::Encap TunnelEncap::tunnel_encap ( ) const

Definition at line 40 of file tunnel_encap.cc.

Here is the call graph for this function:

Member Data Documentation

bytes_type TunnelEncap::data_
private

Definition at line 39 of file tunnel_encap.h.

const int TunnelEncap::kSize = 8
static

Definition at line 19 of file tunnel_encap.h.


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