Wire Sysio Wire Sysion 1.0.0
|
#include <TestScript.h>
Public Member Functions | |
ActionCommand (TextFileLocus &&inLocus, Action *inAction) | |
Public Member Functions inherited from WAST::Command | |
Command (Type inType, TextFileLocus &&inLocus) | |
Public Attributes | |
std::unique_ptr< Action > | action |
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 94 of file TestScript.h.
|
inline |
Definition at line 97 of file TestScript.h.
std::unique_ptr<Action> WAST::ActionCommand::action |
Definition at line 96 of file TestScript.h.