Public Member Functions | |
| ActionSet (std::set< Action * > action_set) | |
| ActionSet (const ActionSet &other) | |
| bool | operator== (const ActionSet &other) const |
| bool | operator!= (const ActionSet &other) const |
| ActionSet & | operator= (ActionSet other) |
| size_t | pack (uint8_t *buffer) |
| of_error | unpack (uint8_t *buffer) |
| uint16_t | length () |
| void | add_action (Action &action) |
| void | add_action (Action *act) |
| void | length (uint16_t length) |
Friends | |
| void | swap (ActionSet &first, ActionSet &second) |