#include <condition.h>
Public Member Functions | |
| SortCondition (void) | |
| SortCondition (sort_attr_t _attr_type, sort_order_t _order_type, std::string _attr_name="") | |
Public Attributes | |
| sort_attr_t | attr_type |
| sort_order_t | order_type |
| std::string | attr_name |
| uint32_t | attr_size |
| Lux::SortCondition::SortCondition | ( | void | ) | [inline] |
constructor
| Lux::SortCondition::SortCondition | ( | sort_attr_t | _attr_type, | |
| sort_order_t | _order_type, | |||
| std::string | _attr_name = "" | |||
| ) |
constructor
| _attr_type | attribute type in sort_attr_t | |
| _order_type | sort order in sort_order_t | |
| _attr_name | sort attribute name |
| uint32_t Lux::SortCondition::attr_size |
1.4.7