#include <vm.h>


Definition at line 367 of file vm.h.
Public Member Functions | |
| VmRunner (Vm *vm) | |
| virtual machine to run | |
| virtual | ~VmRunner () |
| virtual bool | hasError () const |
| true if any error detected | |
| bool | run () |
| run! machine, return true on success | |
Private Attributes | |
| Private * | d |
Classes | |
| struct | Private |
virtual machine to run
Definition at line 610 of file vm.cc.
References VmRunner::Private::chkFncRefs(), VmRunner::Private::chkUnusedFncs(), VmRunner::Private::chkUnusedGlVars(), and d.

| bool hasError | ( | ) | const [virtual] |
true if any error detected
Implements IErrorSensitive.
Definition at line 620 of file vm.cc.
References d, and VmRunner::Private::hasError.
| bool run | ( | ) |
run! machine, return true on success
Definition at line 623 of file vm.cc.
References d, VmRunner::Private::hasError, and VmRunner::Private::run().

1.5.4