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

#include <default_gateway.h>

Public Types

typedef boost::array< uint8_t,
kSize
bytes_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

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

Definition at line 18 of file default_gateway.h.

Constructor & Destructor Documentation

DefaultGateway::DefaultGateway ( const bytes_type data)
explicit

Definition at line 13 of file default_gateway.cc.

Member Function Documentation

string DefaultGateway::ToString ( ) const

Definition at line 17 of file default_gateway.cc.

Member Data Documentation

bytes_type DefaultGateway::data_
private

Definition at line 24 of file default_gateway.h.

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: