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

Public Member Functions

 cofgroup_desc_stats_reply (uint8_t of_version=0)
 
 cofgroup_desc_stats_reply (uint8_t of_version, uint8_t type, uint32_t group_id, cofbuckets const &buckets)
 
 cofgroup_desc_stats_reply (cofgroup_desc_stats_reply const &stats)
 
cofgroup_desc_stats_replyoperator= (cofgroup_desc_stats_reply const &stats)
 
bool operator== (cofgroup_desc_stats_reply const &stats)
 
void pack (uint8_t *buf, size_t buflen)
 
void unpack (uint8_t *buf, size_t buflen)
 
size_t length () const
 
uint8_t get_version () const
 
uint8_t get_group_type () const
 
uint32_t get_group_id () const
 
cofbucketsget_buckets ()
 
void set_version (uint8_t of_version)
 
void set_group_type (uint8_t type)
 
void set_group_id (uint32_t group_id)
 
void set_buckets (cofbuckets const &buckets)
 
cofbucketsset_buckets ()
 
cofbuckets const & get_buckets () const
 

Friends

std::ostream & operator<< (std::ostream &os, cofgroup_desc_stats_reply const &group_desc_stats_reply)
 

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