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

Classes

class  cofinst_find_type
 

Public Member Functions

 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)
 
cofinstructionoperator= (const cofinstruction &inst)
 
bool operator== (const cofinstruction &inst)
 
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
 
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::cmemoryset_body ()
 
const rofl::cmemoryget_body () const
 

Friends

std::ostream & operator<< (std::ostream &os, cofinstruction const &inst)
 
Inheritance diagram for rofl::openflow::cofinstruction:
rofl::openflow::cofinstruction_actions rofl::openflow::cofinstruction_experimenter rofl::openflow::cofinstruction_goto_table rofl::openflow::cofinstruction_meter rofl::openflow::cofinstruction_write_metadata rofl::openflow::cofinstruction_apply_actions rofl::openflow::cofinstruction_clear_actions rofl::openflow::cofinstruction_write_actions

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