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