![]() |
Sequence of operations.
Definition at line 98 of file as_operations.h.
#include "as_operations.h"
Data Fields | |
uint16_t | capacity |
as_binop * | entries |
uint16_t | size |
Private Attributes | |
bool | _free |
|
private |
If true, then as_binops_destroy() will free the entries.
Definition at line 104 of file as_operations.h.
uint16_t as_binops::capacity |
Number of entries allocated
Definition at line 109 of file as_operations.h.
as_binop* as_binops::entries |
Sequence of entries
Definition at line 119 of file as_operations.h.
uint16_t as_binops::size |
Number of entries used
Definition at line 114 of file as_operations.h.