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_class.hh>

Public Member Functions

 Ref (const wasm_valtype_t *ptr)
 Instantiates from the raw C API representation.
 
 Ref (const ValType &ty)
 Copy constructor.
 
bool operator== (const Ref &other) const
 Tests if this type is equal to another.
 

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: