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

#include <TestScript.h>

Inheritance diagram for WAST::Action:
Collaboration diagram for WAST::Action:

Public Member Functions

 Action (ActionType inType, TextFileLocus &&inLocus)
 

Public Attributes

const ActionType type
 
const TextFileLocus locus
 

Detailed Description

Definition at line 48 of file TestScript.h.

Constructor & Destructor Documentation

◆ Action()

WAST::Action::Action ( ActionType inType,
TextFileLocus && inLocus )
inline

Definition at line 53 of file TestScript.h.

53: type(inType), locus(inLocus) {}
const ActionType type
Definition TestScript.h:50
const TextFileLocus locus
Definition TestScript.h:51

Member Data Documentation

◆ locus

const TextFileLocus WAST::Action::locus

Definition at line 51 of file TestScript.h.

◆ type

const ActionType WAST::Action::type

Definition at line 50 of file TestScript.h.


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