#include <sp_vm_types.h>
Collaboration diagram for sp_context_s:
Definition at line 219 of file sp_vm_types.h.
Public Attributes | |
| void * | codebase |
| sp_plugin_t * | plugin |
| SourcePawn::IPluginContext * | context |
| SourcePawn::IVirtualMachine * | vmbase |
| void * | user [4] |
| void * | vm [4] |
| uint32_t | flags |
| SPVM_DEBUGBREAK | dbreak |
| uint8_t * | memory |
| ucell_t | mem_size |
| cell_t | data_size |
| cell_t | heap_base |
| cell_t | hp |
| cell_t | sp |
| cell_t | frm |
| uint32_t | pushcount |
| int32_t | n_err |
| uint32_t | n_idx |
| sp_public_t * | publics |
| sp_pubvar_t * | pubvars |
| sp_native_t * | natives |
| sp_debug_file_t * | files |
| sp_debug_line_t * | lines |
| sp_debug_symbol_t * | symbols |
1.5.1-p1