Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
WasmBinary Class Reference

#include <wasmbinary.h>

Collaboration diagram for WasmBinary:

Public Types

enum class  Type { INVALID , STATIC , SHARED }

Public Member Functions

 WasmBinary (QString filepath)

Public Attributes

Type type
QList< QStringdependencies

Detailed Description

Definition at line 10 of file wasmbinary.h.

Member Enumeration Documentation

◆ Type

enum class WasmBinary::Type
strong
Enumerator
INVALID 
STATIC 
SHARED 

Definition at line 13 of file wasmbinary.h.

Constructor & Destructor Documentation

◆ WasmBinary()

WasmBinary::WasmBinary ( QString filepath)

Definition at line 10 of file wasmbinary.cpp.

References INVALID, and type.

Member Data Documentation

◆ dependencies

QList<QString> WasmBinary::dependencies

Definition at line 16 of file wasmbinary.h.

◆ type

Type WasmBinary::type

Definition at line 15 of file wasmbinary.h.

Referenced by WasmBinary(), and main().


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