OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
default_gateway.cc
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3  */
4 
6 
7 #include <algorithm>
8 #include <string>
9 
10 using std::copy;
11 using std::string;
12 
14  copy(data.begin(), data.end(), data_.begin());
15 }
16 
17 string DefaultGateway::ToString() const {
18  return string("defaultgw:0");
19 }
DefaultGateway(const bytes_type &data)
std::string ToString() const
boost::array< uint8_t, kSize > bytes_type
bytes_type data_