Generated queue struct type for a VALUE_TYPE.
More...
#include <fqueue_template.h>
Public Attributes | |
| uint32_t | begin_index |
| Index used to track the front of the queue. | |
| uint32_t | end_index |
| Index used to track the back of the queue. | |
| uint32_t | count |
| Number of values. | |
| uint32_t | capacity |
| Maximum number of values allocated for. | |
| VALUE_TYPE | values [] |
| Array of values. | |
Generated queue struct type for a VALUE_TYPE.