dyn_queue Struct Reference
Data structure for an automatically resizing dynamically allocated queue,.
More...
#include <util.h>
|
Data Fields |
|
void ** | start |
| | Start of the array.
|
|
void ** | stop |
| | End of the array.
|
|
void ** | put_pos |
| | Where to insert elements.
|
|
void ** | get_pos |
| | Where to remove elements.
|
Detailed Description
Data structure for an automatically resizing dynamically allocated queue,.
The documentation for this struct was generated from the following file: