Wasmtime
wasmtime::ValType::Ref Class Reference

Non-owning reference to a ValType, must not be used after the original ValType is deleted. More...

#include <val.hh>

Public Member Functions

 Ref (const wasm_valtype_t *ptr)
 Instantiates from the raw C API representation.
 
 Ref (const ValType &ty)
 Copy constructor.
 
ValKind kind () const
 Returns the corresponding "kind" for this type.
 

Friends

class ValType
 

Detailed Description

Non-owning reference to a ValType, must not be used after the original ValType is deleted.


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