OpenSDN source code
|
#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_ |
Definition at line 15 of file default_gateway.h.
typedef boost::array<uint8_t, kSize> DefaultGateway::bytes_type |
Definition at line 18 of file default_gateway.h.
|
explicit |
Definition at line 13 of file default_gateway.cc.
string DefaultGateway::ToString | ( | ) | const |
Definition at line 17 of file default_gateway.cc.
|
private |
Definition at line 24 of file default_gateway.h.
|
static |
Definition at line 17 of file default_gateway.h.