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

Public Member Functions

 cofinstruction_goto_table (uint8_t ofp_version=rofl::openflow::OFP_VERSION_UNKNOWN, uint8_t table_id=0)
 
 cofinstruction_goto_table (const cofinstruction_goto_table &inst)
 
cofinstruction_goto_tableoperator= (const cofinstruction_goto_table &inst)
 
uint8_t get_table_id () const
 
void set_table_id (uint8_t table_id)
 
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
 
- Public Member Functions inherited from rofl::openflow::cofinstruction
 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)
 
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
 

Public Attributes

uint8_t table_id
 

Friends

std::ostream & operator<< (std::ostream &os, cofinstruction_goto_table const &inst)
 
Inheritance diagram for rofl::openflow::cofinstruction_goto_table:
rofl::openflow::cofinstruction

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