|
Bond 0.9
C++ Bond Runtime Library API Documentation
|
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) const | Bond::VM | |
| DumpStackFrame(OutputStream &stream, const StackFrame &frame) const | Bond::VM | |
| GetAllocator() const | Bond::VM | inline |
| GetCallerStackFrame() | Bond::VM | |
| GetCallerStackFrame() const | Bond::VM | |
| GetCodeSegment() const | Bond::VM | inline |
| GetStackFrame() | Bond::VM | inline |
| GetStackFrame() const | Bond::VM | inline |
| GetStdErr() | Bond::VM | inline |
| GetStdIn() | Bond::VM | inline |
| GetStdOut() | Bond::VM | inline |
| GetStreamFactory() | Bond::VM | inline |
| InvocationStackFrame class | Bond::VM | friend |
| operator=(const VM &other)=delete | Bond::VM | |
| RaiseError(const char *format,...) const | Bond::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 |