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

#include <TestScript.h>

Inheritance diagram for WAST::RegisterCommand:
Collaboration diagram for WAST::RegisterCommand:

Public Member Functions

 RegisterCommand (TextFileLocus &&inLocus, std::string &&inModuleName, std::string &&inInternalModuleName)
 
- Public Member Functions inherited from WAST::Command
 Command (Type inType, TextFileLocus &&inLocus)
 

Public Attributes

std::string moduleName
 
std::string internalModuleName
 
- 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 85 of file TestScript.h.

Constructor & Destructor Documentation

◆ RegisterCommand()

WAST::RegisterCommand::RegisterCommand ( TextFileLocus && inLocus,
std::string && inModuleName,
std::string && inInternalModuleName )
inline

Definition at line 89 of file TestScript.h.

90 : Command(Command::_register,std::move(inLocus)), moduleName(inModuleName), internalModuleName(inInternalModuleName)
91 {}
struct Command Command
Definition main.c:88
std::string internalModuleName
Definition TestScript.h:88
std::string moduleName
Definition TestScript.h:87

Member Data Documentation

◆ internalModuleName

std::string WAST::RegisterCommand::internalModuleName

Definition at line 88 of file TestScript.h.

◆ moduleName

std::string WAST::RegisterCommand::moduleName

Definition at line 87 of file TestScript.h.


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