Public Member Functions | |
| cofflowstatsarray (uint8_t ofp_version=OFP_VERSION_UNKNOWN) | |
| cofflowstatsarray (cofflowstatsarray const &flows) | |
| cofflowstatsarray & | operator= (cofflowstatsarray const &flows) |
| bool | operator== (cofflowstatsarray const &flows) |
| cofflowstatsarray & | operator+= (cofflowstatsarray const &flows) |
| 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, cofflow_stats_reply > const & | get_flow_stats () const |
|
std::map< uint32_t, cofflow_stats_reply > & | set_flow_stats () |
| cofflow_stats_reply & | add_flow_stats (uint32_t flow_id) |
| void | drop_flow_stats (uint32_t flow_id) |
| cofflow_stats_reply & | set_flow_stats (uint32_t flow_id) |
| cofflow_stats_reply const & | get_flow_stats (uint32_t flow_id) const |
| bool | has_flow_stats (uint32_t flow_id) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, cofflowstatsarray const &flowstatsarray) |
|
virtual |
returns length of packet in packed state
1.8.6