All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_query_predexp Struct Reference

Detailed Description

Sequence of predicate expressions to be applied to a query.

Entries can either be initialized on the stack or on the heap.

Initialization should be performed via a query object, using:

Definition at line 309 of file as_query.h.

#include "as_query.h"

+ Collaboration diagram for as_query_predexp:

Data Fields

uint16_t capacity
 
as_predexp_base ** entries
 
uint16_t size
 

Field Documentation

uint16_t as_query_predexp::capacity

Number of entries allocated

Definition at line 320 of file as_query.h.

as_predexp_base** as_query_predexp::entries

Sequence of entries

Definition at line 330 of file as_query.h.

uint16_t as_query_predexp::size

Number of entries used

Definition at line 325 of file as_query.h.


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