Public Member Functions | |
| QueuePropertyList (std::list< QueueProperty * > prop_list) | |
| QueuePropertyList (const QueuePropertyList &other) | |
| QueuePropertyList & | operator= (QueuePropertyList other) |
| bool | operator== (const QueuePropertyList &other) const |
| bool | operator!= (const QueuePropertyList &other) const |
| size_t | pack (uint8_t *buffer) |
| of_error | unpack10 (uint8_t *buffer) |
| of_error | unpack13 (uint8_t *buffer) |
| uint16_t | length () |
| std::list< QueueProperty * > | property_list () |
| void | add_property (QueueProperty *prop) |
| void | length (uint16_t length) |
Friends | |
| void | swap (QueuePropertyList &first, QueuePropertyList &second) |