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

Detailed Description

Sequence of predicate expressions to be applied to a scan.

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

Initialization should be performed via a scan object, using:

Definition at line 189 of file as_scan.h.

#include "as_scan.h"

+ Collaboration diagram for as_scan_predexp:

Data Fields

uint16_t capacity
 
as_predexp_base ** entries
 
uint16_t size
 

Private Attributes

bool _free
 

Field Documentation

bool as_scan_predexp::_free
private

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

Definition at line 195 of file as_scan.h.

uint16_t as_scan_predexp::capacity

Number of entries allocated

Definition at line 200 of file as_scan.h.

as_predexp_base** as_scan_predexp::entries

Sequence of entries

Definition at line 210 of file as_scan.h.

uint16_t as_scan_predexp::size

Number of entries used

Definition at line 205 of file as_scan.h.


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