Bond 0.9
C++ Bond Runtime Library API Documentation
|
These classes form the parts of the Bond virtual machine. More...
Classes | |
class | Bond::Collectable |
class | Bond::WrapperCollectable< T > |
class | Bond::Collector |
class | Bond::StackFrame |
class | Bond::InvocationStackFrame |
class | Bond::VM |
Typedefs | |
typedef Allocator::ObjectHandle< Collectable > | Bond::CollectableHandle |
typedef AutoStack< StackFrame > | Bond::StackFrames |
These classes form the parts of the Bond virtual machine.
typedef AutoStack<StackFrame> Bond::StackFrames |