Public Member Functions | |
| cofmeterconfigarray (uint8_t ofp_version=OFP_VERSION_UNKNOWN) | |
| cofmeterconfigarray (const cofmeterconfigarray &mconfig) | |
| cofmeterconfigarray & | operator= (const cofmeterconfigarray &mconfig) |
| bool | operator== (const cofmeterconfigarray &mconfig) |
| cofmeterconfigarray & | operator+= (const cofmeterconfigarray &mconfig) |
| 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) |
|
const std::map< unsigned int, cofmeter_config_reply > & | get_mconfig () const |
|
std::map< unsigned int, cofmeter_config_reply > & | set_mconfig () |
| cofmeter_config_reply & | add_meter_config (unsigned int index=0) |
| void | drop_meter_config (unsigned int index=0) |
| cofmeter_config_reply & | set_meter_config (unsigned int index=0) |
| const cofmeter_config_reply & | get_meter_config (unsigned int index=0) const |
| bool | has_meter_config (unsigned int index=0) const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, cofmeterconfigarray const &mconfig) |
|
virtual |
returns length of packet in packed state
1.8.6