Quash Shell  0.1
A simple yet powerfull shell program
Public Attributes | List of all members

A data structure generated by IMPLEMENT_DEQUE_STRUCT() to store the state of a deque. More...

#include <deque.h>

Public Attributes

Typedata
 
size_t cap
 
size_t front
 
size_t back
 
void(* destructor )(Type)
 

Detailed Description

A data structure generated by IMPLEMENT_DEQUE_STRUCT() to store the state of a deque.

Note
The members of this struct should not be accessed or modified directly. For modification please use the functions generated by the IMPLEMENT_DEQUE() or IMPLEMENT_DEQUE_MEMORY_POOL() macros.
See also
IMPLEMENT_DEQUE(), IMPLEMENT_DEQUE_MEMORY_POOL()

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