|  | 
|  | MeterBand (uint16_t type, uint32_t rate, uint32_t burst_size) | 
|  | 
| virtual bool | equals (const MeterBand &other) | 
|  | 
| virtual MeterBand * | clone () | 
|  | 
| virtual size_t | pack (uint8_t *buffer) | 
|  | 
| virtual of_error | unpack (uint8_t *buffer) | 
|  | 
| uint16_t | type () | 
|  | 
| uint16_t | len () | 
|  | 
| uint32_t | rate () | 
|  | 
| uint32_t | burst_size () | 
|  | 
| void | type (uint16_t type) | 
|  | 
| void | rate (uint32_t rate) | 
|  | 
| void | burst_size (uint32_t burst_size) | 
|  | 
|  | 
| static bool | delete_all (MeterBand *band) | 
|  | 
| static MeterBand * | make_meter_band (uint16_t type) | 
|  | 
|  | 
| uint16_t | type_ | 
|  | 
| uint16_t | len_ | 
|  | 
| uint32_t | rate_ | 
|  | 
| uint32_t | burst_size_ | 
|  | 
The documentation for this class was generated from the following file: