|
| TableStats (uint8_t table_id, std::string name, uint32_t wildcards, uint32_t max_entries, uint32_t active_count, uint64_t lookup_count, uint64_t matched_count) |
|
bool | operator== (const TableStats &other) const |
|
bool | operator!= (const TableStats &other) const |
|
size_t | pack (uint8_t *buffer) |
|
of_error | unpack (uint8_t *buffer) |
|
std::string | name () |
|
uint32_t | wildcards () |
|
uint32_t | max_entries () |
|
void | name (std::string name) |
|
void | wildcards (uint32_t wildcards) |
|
void | max_entries (uint32_t max_entries) |
|
| 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: