This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | fatalstackerror |
Defines | |
| #define | npush(a) pushdata( (char*)&a, sizeof ( a ) ) |
| #define | npop(a) popdata ( (char*)&a, sizeof ( a ) ) |
Functions | |
| void | pushdata (char *daten, int size) |
| void | popdata (char *daten, int size) |
| int | stackfree (void) |
Definition in file stack.h.
| #define npop | ( | a | ) | popdata ( (char*)&a, sizeof ( a ) ) |
Definition at line 53 of file stack.h.
Referenced by tdialogbox::copyvirtualframebuf(), tdialogbox::disablebutton(), tviewtext::displaysingleline(), tviewtext::displaytext(), tdialogbox::done(), tdialogbox::enablebutton(), Building::execnetcontrol(), infomessage(), UnitPropertyEditor::init(), tdialogbox::rahmen3(), showtext3(), showtext3c(), tstringselect::viewtext(), SaveUnitMovement::~SaveUnitMovement(), and tdialogbox::~tdialogbox().
| #define npush | ( | a | ) | pushdata( (char*)&a, sizeof ( a ) ) |
Definition at line 52 of file stack.h.
Referenced by tdialogbox::copyvirtualframebuf(), tdialogbox::disablebutton(), tviewtext::displaysingleline(), tviewtext::displaytext(), tdialogbox::enablebutton(), Building::execnetcontrol(), infomessage(), UnitPropertyEditor::init(), tdialogbox::init(), tdialogbox::rahmen3(), SaveUnitMovement::SaveUnitMovement(), showtext3(), showtext3c(), tdialogbox::tdialogbox(), and tstringselect::viewtext().
| void popdata | ( | char * | daten, | |
| int | size | |||
| ) |
| void pushdata | ( | char * | daten, | |
| int | size | |||
| ) |
Definition at line 58 of file stack.cpp.
References magic, push_data(), stackofs, stackpointer, and stacksize.
1.5.1