|
| TableStats (uint8_t table_id, uint32_t active_count, uint64_t lookup_count, uint64_t matched_count) |
|
size_t | pack (uint8_t *buffer) |
|
of_error | unpack (uint8_t *buffer) |
|
| 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) |
|
|
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: