![]() |
Sequence of ordering to be applied to a query results.
Entries can either be initialized on the stack or on the heap.
Initialization should be performed via a query object, using:
Definition at line 343 of file as_query.h.
#include "as_query.h"
Data Fields | |
uint16_t | capacity |
as_ordering * | entries |
uint16_t | size |
uint16_t as_query_ordering::capacity |
Number of entries allocated
Definition at line 354 of file as_query.h.
as_ordering* as_query_ordering::entries |
Sequence of entries
Definition at line 364 of file as_query.h.
uint16_t as_query_ordering::size |
Number of entries used
Definition at line 359 of file as_query.h.