Searched refs:CMICmdCmdVarInfoPathExpression (Results 1 – 3 of 3) sorted by relevance
296 class CMICmdCmdVarInfoPathExpression : public CMICmdBase {304 /* ctor */ CMICmdCmdVarInfoPathExpression();313 /* dtor */ ~CMICmdCmdVarInfoPathExpression() override;
1281 CMICmdCmdVarInfoPathExpression::CMICmdCmdVarInfoPathExpression() in CMICmdCmdVarInfoPathExpression() function in CMICmdCmdVarInfoPathExpression1287 m_pSelfCreatorFn = &CMICmdCmdVarInfoPathExpression::CreateSelf; in CMICmdCmdVarInfoPathExpression()1298 CMICmdCmdVarInfoPathExpression::~CMICmdCmdVarInfoPathExpression() {} in ~CMICmdCmdVarInfoPathExpression()1311 bool CMICmdCmdVarInfoPathExpression::ParseArgs() { in ParseArgs()1328 bool CMICmdCmdVarInfoPathExpression::Execute() { in Execute()1398 bool CMICmdCmdVarInfoPathExpression::Acknowledge() { in Acknowledge()1429 CMICmdBase *CMICmdCmdVarInfoPathExpression::CreateSelf() { in CreateSelf()1430 return new CMICmdCmdVarInfoPathExpression(); in CreateSelf()
130 bOk &= Register<CMICmdCmdVarInfoPathExpression>(); in RegisterAll()