|
Kiwi Engine
VM for interpreter
|
Define KEProgram class. More...
Go to the source code of this file.
Data Structures | |
| struct | KEProgram |
| KEProgram class. More... | |
Functions | |
| struct KEProgram * | KEAllocateProgram (struct CNResource *resource) |
| Allocate KEProgram object. More... | |
| void | KEAddEntryPathToProgram (struct KEProgram *dst, struct KEPath *path) |
| Add entry path. More... | |
| void | KEAddEntryFunctionToProgram (struct KEProgram *dst, struct KEFunction *func) |
| Add function on entry path. More... | |
Define KEProgram class.
| void KEAddEntryFunctionToProgram | ( | struct KEProgram * | dst, |
| struct KEFunction * | func | ||
| ) |
Add function on entry path.
| dst | Destination program |
| func | Source path |
Add entry path.
| dst | Destination program |
| path | Source path |
1.8.5