OpenSDN source code
|
#include <etree.h>
Public Types | |
typedef boost::array< uint8_t, kSize > | bytes_type |
Public Member Functions | |
ETree (bool leaf, int label=0) | |
ETree (const bytes_type &data) | |
bool | leaf () const |
int | label () const |
const bytes_type & | GetExtCommunity () const |
const uint64_t | GetExtCommunityValue () const |
std::string | ToString () |
Static Public Attributes | |
static const int | kSize = 8 |
Private Attributes | |
bytes_type | data_ |
typedef boost::array<uint8_t, kSize> ETree::bytes_type |
|
explicit |
|
explicit |
|
inline |
|
inline |
int ETree::label | ( | ) | const |
std::string ETree::ToString | ( | ) |
|
private |