#include "gft_common.h"Go to the source code of this file.
Classes | |
| struct | gft::Stack::_stack |
Namespaces | |
| gft | |
| Base namespace for common definitions and prototypes. | |
| gft::Stack | |
Typedefs | |
| typedef struct gft::Stack::_stack | gft::Stack::Stack |
Functions | |
| Stack * | gft::Stack::Create (int n) |
| void | gft::Stack::Destroy (Stack **S) |
| void | gft::Stack::Push (Stack *S, int p) |
| int | gft::Stack::Pop (Stack *S) |
| int | gft::Stack::IsEmpty (Stack *S) |
1.8.6