All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields | Private Attributes
as_query_ordering Struct Reference

Detailed Description

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 269 of file as_query.h.

#include "as_query.h"

+ Collaboration diagram for as_query_ordering:

Data Fields

uint16_t capacity
 
as_orderingentries
 
uint16_t size
 

Private Attributes

bool _free
 

Field Documentation

bool as_query_ordering::_free
private

If true, then as_query_destroy() will free this instance.

Definition at line 275 of file as_query.h.

uint16_t as_query_ordering::capacity

Number of entries allocated

Definition at line 280 of file as_query.h.

as_ordering* as_query_ordering::entries

Sequence of entries

Definition at line 290 of file as_query.h.

uint16_t as_query_ordering::size

Number of entries used

Definition at line 285 of file as_query.h.


The documentation for this struct was generated from the following file: