|
WSF
|
#include <WsfParseAction.hpp>


Public Member Functions | |
| WsfParseActionCall () | |
| ~WsfParseActionCall () override | |
| WsfParseActionCall (const WsfParseActionCall &)=default | |
| Public Member Functions inherited from WsfParseActionPart | |
| WsfParseActionPart (ActionPartType aType) | |
| virtual | ~WsfParseActionPart () |
Public Attributes | |
| std::string | mFunctionName |
| WsfParseActionFunction * | mFunctionPtr |
| std::vector< WsfParseActionPart * > | mArgs |
| Public Attributes inherited from WsfParseActionPart | |
| ActionPartType | mActionPartType |
| WsfParseValueType * | mRHS_Type |
Additional Inherited Members | |
| Public Types inherited from WsfParseActionPart | |
| enum | ActionPartType { cASSIGN , cLIST_OP , cOBJECT_MAP_OP , cLITERAL , cNODE_REFERENCE , cNEGATE , cPUSH , cDEBUG_PRINT , cSKIP , cCOPY , cCALL } |
|
inline |
References WsfParseActionPart::cCALL, mArgs, mFunctionName, mFunctionPtr, and WsfParseActionPart::WsfParseActionPart().
Referenced by WsfParseActionCall().
|
override |
References mArgs.
|
default |
References WsfParseActionCall().
| std::vector<WsfParseActionPart*> WsfParseActionCall::mArgs |
Referenced by WsfParseActionCall(), and ~WsfParseActionCall().
| std::string WsfParseActionCall::mFunctionName |
Referenced by WsfParseActionCall().
| WsfParseActionFunction* WsfParseActionCall::mFunctionPtr |
Referenced by WsfParseActionCall().