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

Detailed Description

Sequence of bins which should be selected during a scan.

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

Initialization should be performed via a query object, using:

Definition at line 114 of file as_scan.h.

#include "as_scan.h"

+ Collaboration diagram for as_scan_bins:

Data Fields

uint16_t capacity
 
as_bin_nameentries
 
uint16_t size
 

Field Documentation

uint16_t as_scan_bins::capacity

Number of entries allocated

Definition at line 124 of file as_scan.h.

as_bin_name* as_scan_bins::entries

Sequence of entries

Definition at line 119 of file as_scan.h.

uint16_t as_scan_bins::size

Number of entries used

Definition at line 129 of file as_scan.h.


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