Generated stack struct type for a given VALUE_TYPE.
More...
#include <fstack_template.h>
Public Attributes | |
| uint32_t | count |
| number of values. | |
| uint32_t | capacity |
| maximum number of values allocated for. | |
| VALUE_TYPE | values [] |
| array of values. | |
Generated stack struct type for a given VALUE_TYPE.