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

Public Member Functions

 cofmeter_band_stats_array (uint8_t of_version=rofl::openflow::OFP_VERSION_UNKNOWN)
 
 cofmeter_band_stats_array (const cofmeter_band_stats_array &array)
 
cofmeter_band_stats_arrayoperator= (const cofmeter_band_stats_array &array)
 
const bool operator== (const cofmeter_band_stats_array &array) const
 
void clear ()
 
void set_version (uint8_t of_version)
 
uint8_t get_version () const
 
std::map< unsigned int,
cofmeter_band_stats > & 
set_mbs_array ()
 
const std::map< unsigned int,
cofmeter_band_stats > & 
get_mbs_array () const
 
cofmeter_band_statsadd_mbstats (unsigned int index=0)
 
cofmeter_band_statsset_mbstats (unsigned int index=0)
 
void drop_mbstats (unsigned int index=0)
 
const cofmeter_band_statsget_mbstats (unsigned int index=0) const
 
const bool has_mbstats (unsigned int index=0) const
 
size_t length () const
 
void pack (uint8_t *buf, size_t buflen)
 
void unpack (uint8_t *buf, size_t buflen)
 

Friends

std::ostream & operator<< (std::ostream &os, const cofmeter_band_stats_array &array)
 

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