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

#include <TestScript.h>

Inheritance diagram for WAST::Command:
Collaboration diagram for WAST::Command:

Public Types

enum  Type {
  _register , action , assert_return , assert_return_canonical_nan ,
  assert_return_arithmetic_nan , assert_trap , assert_invalid , assert_malformed ,
  assert_unlinkable
}
 

Public Member Functions

 Command (Type inType, TextFileLocus &&inLocus)
 

Public Attributes

const Type type
 
const TextFileLocus locus
 

Detailed Description

Definition at line 12 of file TestScript.h.

Member Enumeration Documentation

◆ Type

enum WAST::Command::Type
Enumerator
_register 
action 
assert_return 
assert_return_canonical_nan 
assert_return_arithmetic_nan 
assert_trap 
assert_invalid 
assert_malformed 
assert_unlinkable 

Definition at line 14 of file TestScript.h.

Constructor & Destructor Documentation

◆ Command()

WAST::Command::Command ( Type inType,
TextFileLocus && inLocus )
inline

Definition at line 29 of file TestScript.h.

29: type(inType), locus(inLocus) {}
const TextFileLocus locus
Definition TestScript.h:27
const Type type
Definition TestScript.h:26

Member Data Documentation

◆ locus

const TextFileLocus WAST::Command::locus

Definition at line 27 of file TestScript.h.

◆ type

const Type WAST::Command::type

Definition at line 26 of file TestScript.h.


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