Wire Sysio Wire Sysion 1.0.0
|
#include <TestScript.h>
Public Member Functions | |
AssertUnlinkableCommand (TextFileLocus &&inLocus, ModuleAction *inModuleAction) | |
Public Member Functions inherited from WAST::Command | |
Command (Type inType, TextFileLocus &&inLocus) | |
Public Attributes | |
std::unique_ptr< ModuleAction > | moduleAction |
Public Attributes inherited from WAST::Command | |
const Type | type |
const TextFileLocus | locus |
Additional Inherited Members | |
Public Types inherited from WAST::Command | |
enum | Type { _register , action , assert_return , assert_return_canonical_nan , assert_return_arithmetic_nan , assert_trap , assert_invalid , assert_malformed , assert_unlinkable } |
Definition at line 131 of file TestScript.h.
|
inline |
Definition at line 134 of file TestScript.h.
std::unique_ptr<ModuleAction> WAST::AssertUnlinkableCommand::moduleAction |
Definition at line 133 of file TestScript.h.