![]() |
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:
#include "as_scan.h"
Data Fields | |
uint16_t | capacity |
as_predexp_base ** | entries |
uint16_t | size |
Private Attributes | |
bool | _free |
|
private |
If true, then as_scan_destroy() will free this instance.
uint16_t as_scan_predexp::capacity |
as_predexp_base** as_scan_predexp::entries |