Public Member Functions | |
cofinstruction_write_actions (uint8_t ofp_version=rofl::openflow::OFP_VERSION_UNKNOWN, const rofl::openflow::cofactions &actions=rofl::openflow::cofactions()) | |
cofinstruction_write_actions (const cofinstruction_write_actions &inst) | |
cofinstruction_write_actions & | operator= (const cofinstruction_write_actions &inst) |
![]() | |
cofinstruction_actions (uint8_t ofp_version=rofl::openflow::OFP_VERSION_UNKNOWN, uint16_t type=0, const rofl::openflow::cofactions &actions=rofl::openflow::cofactions()) | |
cofinstruction_actions (const cofinstruction_actions &inst) | |
cofinstruction_actions & | operator= (const cofinstruction_actions &inst) |
rofl::openflow::cofactions & | set_actions () |
const rofl::openflow::cofactions & | get_actions () const |
virtual size_t | length () const |
virtual void | pack (uint8_t *buf, size_t buflen) |
virtual void | unpack (uint8_t *buf, size_t buflen) |
virtual void | check_prerequisites () const |
![]() | |
cofinstruction (uint8_t ofp_version=openflow::OFP_VERSION_UNKNOWN, uint16_t type=0, const rofl::cmemory &body=rofl::cmemory((size_t) 0)) | |
cofinstruction (cofinstruction const &inst) | |
cofinstruction & | operator= (const cofinstruction &inst) |
bool | operator== (const cofinstruction &inst) |
void | set_version (uint8_t ofp_version) |
uint8_t | get_version () const |
void | set_type (uint16_t type) |
uint16_t | get_type () const |
void | set_length (uint16_t len) |
uint16_t | get_length () const |
rofl::cmemory & | set_body () |
const rofl::cmemory & | get_body () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const cofinstruction_write_actions &inst) |