#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.
| #define stacksize 10000 |
| void pop_data | ( | char * | daten, | |
| int | size | |||
| ) |
Definition at line 47 of file stack.cpp.
References stackofs, and stackpointer.
Referenced by popdata().
| void popdata | ( | char * | daten, | |
| int | size | |||
| ) |
| void push_data | ( | char * | daten, | |
| int | size | |||
| ) |
Definition at line 38 of file stack.cpp.
References stackofs, and stackpointer.
Referenced by pushdata().
| void pushdata | ( | char * | daten, | |
| int | size | |||
| ) |
Definition at line 58 of file stack.cpp.
References magic, push_data(), stackofs, stackpointer, and stacksize.
| const int magic = 0x12345678 |
Definition at line 36 of file stack.cpp.
Referenced by getGraphicSetIdFromFilename(), GraphicSetManager_Base::loadData(), popdata(), pushdata(), TaskHibernatingContainer::read(), TaskContainer::read(), tspfldloaders::readmessages(), readOldEvent(), AbstractTaskContainer::readStorage(), and tncontainerstream::tncontainerstream().
| int stackofs = 0 |
Definition at line 34 of file stack.cpp.
Referenced by pop_data(), push_data(), pushdata(), and stackfree().
| char* stackpointer = NULL |
1.5.1