OpenSDN source code
DefaultGateway Class Reference

#include <default_gateway.h>

Public Types

typedef boost::array< uint8_t, kSizebytes_type
 

Public Member Functions

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

Static Public Attributes

static const int kSize = 8
 

Private Attributes

bytes_type data_
 

Detailed Description

Definition at line 15 of file default_gateway.h.

Member Typedef Documentation

◆ bytes_type

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

Definition at line 18 of file default_gateway.h.

Constructor & Destructor Documentation

◆ DefaultGateway()

DefaultGateway::DefaultGateway ( const bytes_type data)
explicit

Definition at line 13 of file default_gateway.cc.

Member Function Documentation

◆ ToString()

string DefaultGateway::ToString ( ) const

Definition at line 17 of file default_gateway.cc.

Member Data Documentation

◆ data_

bytes_type DefaultGateway::data_
private

Definition at line 24 of file default_gateway.h.

◆ kSize

const int DefaultGateway::kSize = 8
static

Definition at line 17 of file default_gateway.h.


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