Wire Sysio Wire Sysion 1.0.0
|
#include <RuntimePrivate.h>
Public Member Functions | |
GlobalInstance (GlobalType inType, UntaggedValue inValue) | |
Public Member Functions inherited from Runtime::GCObject | |
GCObject (ObjectKind inKind) | |
~GCObject () override | |
Public Member Functions inherited from Runtime::ObjectInstance | |
ObjectInstance (IR::ObjectKind inKind) | |
virtual | ~ObjectInstance () |
Public Attributes | |
GlobalType | type |
UntaggedValue | value |
UntaggedValue | initialValue |
Public Attributes inherited from Runtime::ObjectInstance | |
const IR::ObjectKind | kind |
Definition at line 98 of file RuntimePrivate.h.
|
inline |
Definition at line 104 of file RuntimePrivate.h.
UntaggedValue Runtime::GlobalInstance::initialValue |
Definition at line 102 of file RuntimePrivate.h.
GlobalType Runtime::GlobalInstance::type |
Definition at line 100 of file RuntimePrivate.h.
UntaggedValue Runtime::GlobalInstance::value |
Definition at line 101 of file RuntimePrivate.h.