OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OperDhcpOptions::HostRoute Struct Reference

#include <oper_dhcp_options.h>

Public Member Functions

 HostRoute ()
 
bool operator< (const HostRoute &rhs) const
 
bool operator== (const HostRoute &rhs) const
 
std::string ToString () const
 

Public Attributes

Ip4Address prefix_
 
uint32_t plen_
 
Ip4Address gw_
 

Detailed Description

Definition at line 21 of file oper_dhcp_options.h.

Constructor & Destructor Documentation

OperDhcpOptions::HostRoute::HostRoute ( )
inline

Definition at line 26 of file oper_dhcp_options.h.

Member Function Documentation

bool OperDhcpOptions::HostRoute::operator< ( const HostRoute rhs) const
inline

Definition at line 27 of file oper_dhcp_options.h.

bool OperDhcpOptions::HostRoute::operator== ( const HostRoute rhs) const
inline

Definition at line 34 of file oper_dhcp_options.h.

std::string OperDhcpOptions::HostRoute::ToString ( ) const
inline

Definition at line 38 of file oper_dhcp_options.h.

Member Data Documentation

Ip4Address OperDhcpOptions::HostRoute::gw_

Definition at line 24 of file oper_dhcp_options.h.

uint32_t OperDhcpOptions::HostRoute::plen_

Definition at line 23 of file oper_dhcp_options.h.

Ip4Address OperDhcpOptions::HostRoute::prefix_

Definition at line 22 of file oper_dhcp_options.h.


The documentation for this struct was generated from the following file: