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

#include <TestScript.h>

Inheritance diagram for WAST::GetAction:
Collaboration diagram for WAST::GetAction:

Public Member Functions

 GetAction (TextFileLocus &&inLocus, std::string &&inInternalModuleName, std::string &&inExportName)
 
- Public Member Functions inherited from WAST::Action
 Action (ActionType inType, TextFileLocus &&inLocus)
 

Public Attributes

std::string internalModuleName
 
std::string exportName
 
- Public Attributes inherited from WAST::Action
const ActionType type
 
const TextFileLocus locus
 

Detailed Description

Definition at line 74 of file TestScript.h.

Constructor & Destructor Documentation

◆ GetAction()

WAST::GetAction::GetAction ( TextFileLocus && inLocus,
std::string && inInternalModuleName,
std::string && inExportName )
inline

Definition at line 78 of file TestScript.h.

79 : Action(ActionType::get,std::move(inLocus)), internalModuleName(inInternalModuleName), exportName(inExportName)
80 {}
Action(ActionType inType, TextFileLocus &&inLocus)
Definition TestScript.h:53
std::string exportName
Definition TestScript.h:77
std::string internalModuleName
Definition TestScript.h:76

Member Data Documentation

◆ exportName

std::string WAST::GetAction::exportName

Definition at line 77 of file TestScript.h.

◆ internalModuleName

std::string WAST::GetAction::internalModuleName

Definition at line 76 of file TestScript.h.


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