Searched refs:CMICmdCmdVarShowAttributes (Results 1 – 3 of 3) sorted by relevance
327 class CMICmdCmdVarShowAttributes : public CMICmdBase {335 /* ctor */ CMICmdCmdVarShowAttributes();344 /* dtor */ ~CMICmdCmdVarShowAttributes() override;
1445 CMICmdCmdVarShowAttributes::CMICmdCmdVarShowAttributes() in CMICmdCmdVarShowAttributes() function in CMICmdCmdVarShowAttributes1451 m_pSelfCreatorFn = &CMICmdCmdVarShowAttributes::CreateSelf; in CMICmdCmdVarShowAttributes()1462 CMICmdCmdVarShowAttributes::~CMICmdCmdVarShowAttributes() {} in ~CMICmdCmdVarShowAttributes()1475 bool CMICmdCmdVarShowAttributes::ParseArgs() { in ParseArgs()1492 bool CMICmdCmdVarShowAttributes::Execute() { in Execute()1518 bool CMICmdCmdVarShowAttributes::Acknowledge() { in Acknowledge()1540 CMICmdBase *CMICmdCmdVarShowAttributes::CreateSelf() { in CreateSelf()1541 return new CMICmdCmdVarShowAttributes(); in CreateSelf()
133 bOk &= Register<CMICmdCmdVarShowAttributes>(); in RegisterAll()