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

Public Member Functions

 cofgroupstatsarray (uint8_t ofp_version=OFP_VERSION_UNKNOWN)
 
 cofgroupstatsarray (cofgroupstatsarray const &groups)
 
cofgroupstatsarrayoperator= (cofgroupstatsarray const &groups)
 
bool operator== (cofgroupstatsarray const &groups)
 
cofgroupstatsarrayoperator+= (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_replyadd_group_stats (uint32_t group_id)
 
void drop_group_stats (uint32_t group_id)
 
cofgroup_stats_replyset_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)
 

Member Function Documentation

size_t cofgroupstatsarray::length ( ) const
virtual

returns length of packet in packed state


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