|
Wasmtime
|
Type information about a WebAssembly global. More...
#include <global.hh>
Data Structures | |
| class | Ref |
Public Member Functions | |
| GlobalType (ValType ty, bool mut) | |
| Creates a new global type from the specified value type and mutability. | |
| GlobalType (Ref other) | |
| Clones a reference into a uniquely owned global type. | |
| GlobalType (const GlobalType &other) | |
| Copies other type information into this one. | |
| GlobalType & | operator= (const GlobalType &other) |
| Copies other type information into this one. | |
| GlobalType (GlobalType &&other)=default | |
| Moves the underlying type information from another global into this one. | |
| GlobalType & | operator= (GlobalType &&other)=default |
| Moves the underlying type information from another global into this one. | |
| Ref * | operator-> () |
Returns the underlying Ref, a non-owning reference pointing to this instance. | |
| Ref * | operator* () |
Returns the underlying Ref, a non-owning reference pointing to this instance. | |
Friends | |
| class | Global |
Type information about a WebAssembly global.