|
PSP-EMU rev 57
Un emulador en c++ para SONY PSP
|
#include <cBloque.h>
Métodos públicos | |
| cBloque () | |
| tError | ejecutarOrden (cMemOrden orden) |
| tError | inicializar (const tDireccion direccion_base, const tLongitud longitud) |
| tError | modificarDireccionBase (const tDireccion nueva_direccion) |
| tError | modificarLongitud (const tLongitud nueva_longitud) |
| tDireccion | obtenerDireccionBase (void) |
| tLongitud | obtenerLongitud (void) |
| tByte * | obtenerPuntero (void) |
| ~cBloque () | |
Atributos privados | |
| tDireccion | direccion_base |
| tLongitud | longitud |
| tByte * | puntero |
| cBloque::cBloque | ( | ) |
| cBloque::~cBloque | ( | ) |
Gráfico de llamadas para esta función:
Gráfico de llamadas a esta función:| tError cBloque::inicializar | ( | const tDireccion | direccion_base, |
| const tLongitud | longitud | ||
| ) |
Gráfico de llamadas a esta función:| tError cBloque::modificarDireccionBase | ( | const tDireccion | nueva_direccion | ) |
| tDireccion cBloque::obtenerDireccionBase | ( | void | ) |
| tLongitud cBloque::obtenerLongitud | ( | void | ) |
| tByte * cBloque::obtenerPuntero | ( | void | ) |
tDireccion cBloque::direccion_base [private] |
tLongitud cBloque::longitud [private] |
tByte* cBloque::puntero [private] |
1.7.3