#include <vmOperations.hpp>
Inheritance diagram for VM_TerminateProcess:
Public Member Functions | |
VM_TerminateProcess (DeltaProcess *target) | |
void | doit () |
char * | name () |
Private Attributes | |
DeltaProcess * | target |
Definition at line 77 of file vmOperations.hpp.
VM_TerminateProcess::VM_TerminateProcess | ( | DeltaProcess * | target | ) | [inline] |
void VM_TerminateProcess::doit | ( | ) | [virtual] |
Implements VM_Operation.
Definition at line 69 of file vmOperations.cpp.
References VM_Operation::calling_process(), VM_Operation::set_calling_process(), target, and VMProcess::terminate().
Here is the call graph for this function:
char* VM_TerminateProcess::name | ( | ) | [inline, virtual] |
DeltaProcess* VM_TerminateProcess::target [private] |