#include <UCStack.h>
Inheritance diagram for UCStack:
Public Member Functions | |
UCStack () | |
virtual | ~UCStack () |
void | save (ODataSource *ods) |
bool | load (IDataSource *ids, uint32 version) |
Private Attributes | |
uint8 | buf_array [0x1000] |
Definition at line 174 of file UCStack.h.
bool UCStack::load | ( | IDataSource * | ids, | |
uint32 | version | |||
) |
Definition at line 33 of file UCStack.cpp.
References BaseUCStack::buf, buf_array, BaseUCStack::buf_ptr, perr, IDataSource::read(), IDataSource::read4(), and BaseUCStack::size.
Referenced by UCProcess::loadData().
void UCStack::save | ( | ODataSource * | ods | ) |
Definition at line 25 of file UCStack.cpp.
References BaseUCStack::buf_ptr, BaseUCStack::getSP(), BaseUCStack::size, BaseUCStack::stacksize(), ODataSource::write(), and ODataSource::write4().
Referenced by UCProcess::saveData().
uint8 UCStack::buf_array[0x1000] [private] |