|
MoSync 3.2.1
|
Call stack access. More...
#include "ma.h"Classes | |
| struct | MA_STACK_FRAME |
| A MoSync call stack frame. More... | |
Typedefs | |
| typedef struct MA_STACK_FRAME | MA_STACK_FRAME |
| A MoSync call stack frame. | |
Functions | |
| struct MA_STACK_FRAME * | getStackTop (void) |
| Returns the topmost call stack frame. | |
| __inline struct MA_STACK_FRAME * | nextFrame (struct MA_STACK_FRAME *frame) |
| Returns the next stack frame. Will return NULL if this is the last stack frame. | |
Call stack access.
| typedef struct MA_STACK_FRAME MA_STACK_FRAME |
A MoSync call stack frame.
| struct MA_STACK_FRAME* getStackTop | ( | void | ) | [read] |
Returns the topmost call stack frame.
| __inline struct MA_STACK_FRAME * nextFrame | ( | struct MA_STACK_FRAME * | frame | ) | [read] |
Returns the next stack frame. Will return NULL if this is the last stack frame.
References MA_STACK_FRAME::_nextFrame, and NULL.