Wasmtime
wasmtime::ExportType::Ref Class Reference

Non-owning reference to an ExportType. More...

#include <export.hh>

Public Member Functions

 Ref (const wasm_exporttype_t *ptr)
 Creates a new reference from the raw underlying C API representation.
 
std::string_view name ()
 Returns the name of this export.
 

Friends

class ExternType
 

Detailed Description

Non-owning reference to an ExportType.

Note to get type information you can use ExternType::from_export.


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