libfluid
The ONF OpenFlow driver
Public Member Functions | Protected Attributes | List of all members
fluid_msg::TableStatsCommon Class Reference
Inheritance diagram for fluid_msg::TableStatsCommon:
fluid_msg::of10::TableStats fluid_msg::of13::TableStats

Public Member Functions

 TableStatsCommon (uint8_t table_id, uint32_t active_count, uint64_t lookup_count, uint64_t matched_count)
 
bool operator== (const TableStatsCommon &other) const
 
bool operator!= (const TableStatsCommon &other) const
 
uint8_t table_id ()
 
uint32_t active_count ()
 
uint64_t lookup_count ()
 
uint64_t matched_count ()
 
void table_id (uint8_t table_id)
 
void active_count (uint32_t active_count)
 
void lookup_count (uint64_t lookup_count)
 
void matched_count (uint64_t matched_count)
 

Protected Attributes

uint8_t table_id_
 
uint32_t active_count_
 
uint64_t lookup_count_
 
uint64_t matched_count_
 

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