Bond 0.9
C++ Bond Runtime Library API Documentation
Loading...
Searching...
No Matches
Bond::VM Member List

This is the complete list of members for Bond::VM, including all inherited members.

CallFunction(const QualifiedName &functionName, ReturnType *returnAddress, Args... args)Bond::VM
CallFunction(const char *functionName, ReturnType *returnAddress, Args... args)Bond::VM
CallFunction(const Function &function, ReturnType *returnAddress, Args... args)Bond::VM
CallVoidFunction(const QualifiedName &functionName, Args... args)Bond::VM
CallVoidFunction(const char *functionName, Args... args)Bond::VM
CallVoidFunction(const Function &function, Args... args)Bond::VM
DumpCallStack(OutputStream &stream) constBond::VM
DumpStackFrame(OutputStream &stream, const StackFrame &frame) constBond::VM
GetAllocator() constBond::VMinline
GetCallerStackFrame()Bond::VM
GetCallerStackFrame() constBond::VM
GetCodeSegment() constBond::VMinline
GetStackFrame()Bond::VMinline
GetStackFrame() constBond::VMinline
GetStdErr()Bond::VMinline
GetStdIn()Bond::VMinline
GetStdOut()Bond::VMinline
GetStreamFactory()Bond::VMinline
InvocationStackFrame classBond::VMfriend
operator=(const VM &other)=deleteBond::VM
RaiseError(const char *format,...) constBond::VM
VM(Allocator &allocator, const CodeSegment &codeSegment, size_t stackSize, InputStream *stdIn=nullptr, OutputStream *stdOut=nullptr, OutputStream *stdErr=nullptr, StreamFactory *streamFactory=nullptr)Bond::VM
~VM()Bond::VM