Wasmtime: C++
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Public Member Functions | List of all members
wasmtime::GlobalType Class Reference

Type information about a WebAssembly global. More...

#include <wasmtime.hh>

Classes

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.
 
GlobalTypeoperator= (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.
 
GlobalTypeoperator= (GlobalType &&other)=default
 Moves the underlying type information from another global into this one.
 
Refoperator-> ()
 Returns the underlying Ref, a non-owning reference pointing to this instance.
 
Refoperator* ()
 Returns the underlying Ref, a non-owning reference pointing to this instance.
 

Detailed Description

Type information about a WebAssembly global.


The documentation for this class was generated from the following file: