Public Member Functions | |
| cofgroupstatsarray (uint8_t ofp_version=OFP_VERSION_UNKNOWN) | |
| cofgroupstatsarray (cofgroupstatsarray const &groups) | |
| cofgroupstatsarray & | operator= (cofgroupstatsarray const &groups) |
| bool | operator== (cofgroupstatsarray const &groups) |
| cofgroupstatsarray & | operator+= (cofgroupstatsarray const &groups) |
| virtual size_t | length () const |
| virtual void | pack (uint8_t *buf=(uint8_t *) 0, size_t buflen=0) |
| virtual void | unpack (uint8_t *buf, size_t buflen) |
| size_t | size () const |
| void | clear () |
| uint8_t | get_version () const |
| void | set_version (uint8_t ofp_version) |
|
std::map< uint32_t, cofgroup_stats_reply > const & | get_group_stats () const |
|
std::map< uint32_t, cofgroup_stats_reply > & | set_group_stats () |
| cofgroup_stats_reply & | add_group_stats (uint32_t group_id) |
| void | drop_group_stats (uint32_t group_id) |
| cofgroup_stats_reply & | set_group_stats (uint32_t group_id) |
| cofgroup_stats_reply const & | get_group_stats (uint32_t group_id) const |
| bool | has_group_stats (uint32_t group_id) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, cofgroupstatsarray const &groupstatsarray) |
|
virtual |
returns length of packet in packed state
1.8.6