|
OpenSDN source code
|
#include <vrouter.h>

Public Member Functions | |
| VRouterSubnet () | |
| VRouterSubnet (const std::string &ip, uint8_t prefix_len) | |
| bool | operator== (const VRouterSubnet &rhs) const |
| bool | IsLess (const VRouterSubnet *rhs) const |
| bool | operator() (const VRouterSubnet &lhs, const VRouterSubnet &rhs) const |
Public Attributes | |
| IpAddress | ip_prefix |
| uint8_t | plen |
| VRouterSubnet::VRouterSubnet | ( | const std::string & | ip, |
| uint8_t | prefix_len | ||
| ) |
Definition at line 16 of file vrouter.cc.
| bool VRouterSubnet::IsLess | ( | const VRouterSubnet * | rhs | ) | const |
Definition at line 32 of file vrouter.cc.
| bool VRouterSubnet::operator() | ( | const VRouterSubnet & | lhs, |
| const VRouterSubnet & | rhs | ||
| ) | const |
| bool VRouterSubnet::operator== | ( | const VRouterSubnet & | rhs | ) | const |
Definition at line 22 of file vrouter.cc.