Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
WAST::AssertUnlinkableCommand Struct Reference

#include <TestScript.h>

Inheritance diagram for WAST::AssertUnlinkableCommand:
Collaboration diagram for WAST::AssertUnlinkableCommand:

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< ModuleActionmoduleAction
 
- 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
}
 

Detailed Description

Definition at line 131 of file TestScript.h.

Constructor & Destructor Documentation

◆ AssertUnlinkableCommand()

WAST::AssertUnlinkableCommand::AssertUnlinkableCommand ( TextFileLocus && inLocus,
ModuleAction * inModuleAction )
inline

Definition at line 134 of file TestScript.h.

135 : Command(Command::assert_unlinkable,std::move(inLocus)), moduleAction(inModuleAction) {}
struct Command Command
Definition main.c:88
std::unique_ptr< ModuleAction > moduleAction
Definition TestScript.h:133

Member Data Documentation

◆ moduleAction

std::unique_ptr<ModuleAction> WAST::AssertUnlinkableCommand::moduleAction

Definition at line 133 of file TestScript.h.


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