|
WSF
|
#include <WsfParseAction.hpp>


Public Member Functions | |
| WsfParseActionCopy () | |
| ~WsfParseActionCopy () override | |
| WsfParseActionCopy (const WsfParseActionCopy &)=default | |
| Public Member Functions inherited from WsfParseActionPart | |
| WsfParseActionPart (ActionPartType aType) | |
| virtual | ~WsfParseActionPart () |
Public Attributes | |
| std::string | mDstName |
| WsfParseActionAddress | mDstAddr |
| WsfParseValueType * | mDstType |
| std::string | mSrcName |
| WsfParseActionAddress | mSrcAddr |
| 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::cCOPY, mDstAddr, mDstName, mDstType, mSrcAddr, mSrcName, and WsfParseActionPart::WsfParseActionPart().
Referenced by WsfParseActionCopy().
|
override |
|
default |
References WsfParseActionCopy().
| WsfParseActionAddress WsfParseActionCopy::mDstAddr |
Referenced by WsfParseActionCopy().
| std::string WsfParseActionCopy::mDstName |
Referenced by WsfParseActionCopy().
| WsfParseValueType* WsfParseActionCopy::mDstType |
Referenced by WsfParseActionCopy().
| WsfParseActionAddress WsfParseActionCopy::mSrcAddr |
Referenced by WsfParseActionCopy().
| std::string WsfParseActionCopy::mSrcName |
Referenced by WsfParseActionCopy().