#include <cstring>
#include "global.h"
#include "stack.h"
Include dependency graph for stack.cpp:

Go to the source code of this file.
Defines | |
| #define | stacksize 10000 |
Functions | |
| void | push_data (char *daten, int size) |
| void | pop_data (char *daten, int size) |
| void | pushdata (char *daten, int size) |
| void | popdata (char *daten, int size) |
| int | stackfree (void) |
Variables | |
| char * | stackpointer = NULL |
| int | stackofs = 0 |
| const int | magic = 0x12345678 |
Definition in file stack.cpp.
|
|
Definition at line 31 of file stack.cpp. Referenced by pushdata(), and stackfree(). |
|
||||||||||||
|
Definition at line 47 of file stack.cpp. References stackofs, and stackpointer. Referenced by popdata(). |
|
||||||||||||
|
Definition at line 70 of file stack.cpp. References magic, and pop_data(). |
|
||||||||||||
|
Definition at line 38 of file stack.cpp. References stackofs, and stackpointer. Referenced by pushdata(). |
|
||||||||||||
|
Definition at line 58 of file stack.cpp. References magic, push_data(), stackofs, stackpointer, and stacksize. |
|
|
|
|
|
Definition at line 36 of file stack.cpp. Referenced by getGraphicSetIdFromFilename(), GraphicSetManager_Base::loadData(), popdata(), pushdata(), tspfldloaders::readmessages(), readOldEvent(), and tncontainerstream::tncontainerstream(). |
|
|
Definition at line 34 of file stack.cpp. Referenced by pop_data(), push_data(), pushdata(), and stackfree(). |
|
|
Definition at line 33 of file stack.cpp. Referenced by pop_data(), push_data(), and pushdata(). |
1.4.2