Revised OpenFlow Library  v0.6.0dev
 All Classes Files Functions Variables Friends Groups Pages
Public Member Functions | Friends | List of all members
rofl::openflow::cofaggr_stats_reply Class Reference

Public Member Functions

 cofaggr_stats_reply (uint8_t of_version=0, uint8_t *buf=(uint8_t *) 0, size_t buflen=0)
 
 cofaggr_stats_reply (uint8_t of_version, uint64_t packet_count, uint64_t byte_count, uint32_t flow_count)
 
 cofaggr_stats_reply (cofaggr_stats_reply const &aggrstats)
 
cofaggr_stats_replyoperator= (cofaggr_stats_reply const &aggrstats)
 
void pack (uint8_t *buf, size_t buflen)
 
void unpack (uint8_t *buf, size_t buflen)
 
size_t length () const
 
void set_version (uint8_t of_version)
 
uint8_t get_version () const
 
uint64_t get_packet_count () const
 
uint64_t get_byte_count () const
 
uint32_t get_flow_count () const
 
void set_packet_count (uint64_t packet_count)
 
void set_byte_count (uint64_t byte_count)
 
void set_flow_count (uint32_t flow_count)
 

Friends

std::ostream & operator<< (std::ostream &os, cofaggr_stats_reply const &reply)
 

The documentation for this class was generated from the following files: