#include <Coconut/coconut-sysdep.h>
Go to the source code of this file.
Classes | |
class | CStack |
Typedefs | |
typedef _CStackElm | CStackElm |
typedef CStackElm * | CStackElmPtr |
typedef const CStackElm * | CConstStackElmPtr |
|
Const pointer of CStackElm |
|
Pseudo type of stack element. The real type is defined in cstack.m |
|
Pointer of CStackElm |