libfluid
The ONF OpenFlow driver
Public Member Functions | Friends | List of all members
fluid_msg::ActionList Class Reference

Public Member Functions

 ActionList (std::list< Action * > action_list)
 
 ActionList (const ActionList &other)
 
bool operator== (const ActionList &other) const
 
bool operator!= (const ActionList &other) const
 
ActionListoperator= (ActionList other)
 
size_t pack (uint8_t *buffer)
 
of_error unpack10 (uint8_t *buffer)
 
of_error unpack13 (uint8_t *buffer)
 
std::list< Action * > action_list ()
 
uint16_t length ()
 
void add_action (Action &action)
 
void add_action (Action *act)
 
void length (uint16_t length)
 

Friends

void swap (ActionList &first, ActionList &second)
 

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