|
WSF
|
#include <WsfParseAction.hpp>


Public Types | |
| enum | ListOperation { cPUSH_BACK } |
| Public Types inherited from WsfParseActionPart | |
| enum | ActionPartType { cASSIGN , cLIST_OP , cOBJECT_MAP_OP , cLITERAL , cNODE_REFERENCE , cNEGATE , cPUSH , cDEBUG_PRINT , cSKIP , cCOPY , cCALL } |
Public Member Functions | |
| WsfParseActionListOp () | |
| ~WsfParseActionListOp () override | |
| WsfParseActionListOp (const WsfParseActionListOp &)=default | |
| Public Member Functions inherited from WsfParseActionPart | |
| WsfParseActionPart (ActionPartType aType) | |
| virtual | ~WsfParseActionPart () |
Public Attributes | |
| ListOperation | mOperation |
| std::string | mAttributeName |
| WsfParseActionAddress | mAttributeAddr |
| WsfParseActionPart * | mPushedValuePtr |
| Public Attributes inherited from WsfParseActionPart | |
| ActionPartType | mActionPartType |
| WsfParseValueType * | mRHS_Type |
|
inline |
References WsfParseActionPart::cLIST_OP, mAttributeAddr, mAttributeName, mOperation, mPushedValuePtr, and WsfParseActionPart::WsfParseActionPart().
Referenced by WsfParseActionListOp().
|
override |
References mPushedValuePtr.
|
default |
References WsfParseActionListOp().
| WsfParseActionAddress WsfParseActionListOp::mAttributeAddr |
| std::string WsfParseActionListOp::mAttributeName |
Referenced by WsfParseActionListOp().
| ListOperation WsfParseActionListOp::mOperation |
| WsfParseActionPart* WsfParseActionListOp::mPushedValuePtr |
Referenced by WsfPProxySatisfy::FollowAction(), WsfParseActionListOp(), and ~WsfParseActionListOp().