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

#include <es_import.h>

Public Types

typedef boost::array< uint8_t,
kSize
bytes_type
 

Public Member Functions

 EsImport (const bytes_type &data)
 
std::string ToString () const
 

Static Public Attributes

static const int kSize = 8
 

Private Member Functions

MacAddress mac_address () const
 

Private Attributes

bytes_type data_
 

Detailed Description

Definition at line 17 of file es_import.h.

Member Typedef Documentation

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

Definition at line 20 of file es_import.h.

Constructor & Destructor Documentation

EsImport::EsImport ( const bytes_type data)
explicit

Definition at line 15 of file es_import.cc.

Member Function Documentation

MacAddress EsImport::mac_address ( ) const
private

Definition at line 19 of file es_import.cc.

string EsImport::ToString ( ) const

Definition at line 28 of file es_import.cc.

Here is the call graph for this function:

Member Data Documentation

bytes_type EsImport::data_
private

Definition at line 28 of file es_import.h.

const int EsImport::kSize = 8
static

Definition at line 19 of file es_import.h.


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