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

#include <global_vrouter.h>

Public Member Functions

 FlowAgingTimeoutKey (uint8_t proto, uint16_t port_arg)
 
bool operator== (const FlowAgingTimeoutKey &rhs) const
 
bool operator< (const FlowAgingTimeoutKey &rhs) const
 

Public Attributes

uint8_t protocol
 
uint16_t port
 

Detailed Description

Definition at line 94 of file global_vrouter.h.

Constructor & Destructor Documentation

GlobalVrouter::FlowAgingTimeoutKey::FlowAgingTimeoutKey ( uint8_t  proto,
uint16_t  port_arg 
)
inline

Definition at line 95 of file global_vrouter.h.

Member Function Documentation

bool GlobalVrouter::FlowAgingTimeoutKey::operator< ( const FlowAgingTimeoutKey rhs) const
inline

Definition at line 103 of file global_vrouter.h.

bool GlobalVrouter::FlowAgingTimeoutKey::operator== ( const FlowAgingTimeoutKey rhs) const
inline

Definition at line 99 of file global_vrouter.h.

Member Data Documentation

uint16_t GlobalVrouter::FlowAgingTimeoutKey::port

Definition at line 98 of file global_vrouter.h.

uint8_t GlobalVrouter::FlowAgingTimeoutKey::protocol

Definition at line 97 of file global_vrouter.h.


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