Public Member Functions | |
| cofmeter_band_stats_array (uint8_t of_version=rofl::openflow::OFP_VERSION_UNKNOWN) | |
| cofmeter_band_stats_array (const cofmeter_band_stats_array &array) | |
| cofmeter_band_stats_array & | operator= (const cofmeter_band_stats_array &array) |
| const bool | operator== (const cofmeter_band_stats_array &array) const |
| void | clear () |
| void | set_version (uint8_t of_version) |
| uint8_t | get_version () const |
|
std::map< unsigned int, cofmeter_band_stats > & | set_mbs_array () |
|
const std::map< unsigned int, cofmeter_band_stats > & | get_mbs_array () const |
| cofmeter_band_stats & | add_mbstats (unsigned int index=0) |
| cofmeter_band_stats & | set_mbstats (unsigned int index=0) |
| void | drop_mbstats (unsigned int index=0) |
| const cofmeter_band_stats & | get_mbstats (unsigned int index=0) const |
| const bool | has_mbstats (unsigned int index=0) const |
| size_t | length () const |
| void | pack (uint8_t *buf, size_t buflen) |
| void | unpack (uint8_t *buf, size_t buflen) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const cofmeter_band_stats_array &array) |
1.8.6