Phoenix2D-Library  0.10
Public Attributes | List of all members
Phoenix::execution_line Struct Reference
Collaboration diagram for Phoenix::execution_line:
Collaboration graph
[legend]

Public Attributes

int address
 
COMMANDS command
 
int accum
 
std::string arg
 
int jump_to
 

Detailed Description

Definition at line 45 of file Trainer.cpp.

Member Data Documentation

int Phoenix::execution_line::accum

Definition at line 48 of file Trainer.cpp.

Referenced by Phoenix::Trainer::execute().

int Phoenix::execution_line::address

Definition at line 46 of file Trainer.cpp.

std::string Phoenix::execution_line::arg

Definition at line 49 of file Trainer.cpp.

Referenced by Phoenix::Trainer::execute().

COMMANDS Phoenix::execution_line::command

Definition at line 47 of file Trainer.cpp.

Referenced by Phoenix::Trainer::execute().

int Phoenix::execution_line::jump_to

Definition at line 50 of file Trainer.cpp.

Referenced by Phoenix::Trainer::execute().


The documentation for this struct was generated from the following file: