Searched refs:CMICmdCmdStackInfoDepth (Results 1 – 3 of 3) sorted by relevance
45 CMICmdCmdStackInfoDepth::CMICmdCmdStackInfoDepth() in CMICmdCmdStackInfoDepth() function in CMICmdCmdStackInfoDepth51 m_pSelfCreatorFn = &CMICmdCmdStackInfoDepth::CreateSelf; in CMICmdCmdStackInfoDepth()62 CMICmdCmdStackInfoDepth::~CMICmdCmdStackInfoDepth() {} in ~CMICmdCmdStackInfoDepth()75 bool CMICmdCmdStackInfoDepth::ParseArgs() { in ParseArgs()92 bool CMICmdCmdStackInfoDepth::Execute() { in Execute()128 bool CMICmdCmdStackInfoDepth::Acknowledge() { in Acknowledge()150 CMICmdBase *CMICmdCmdStackInfoDepth::CreateSelf() { in CreateSelf()151 return new CMICmdCmdStackInfoDepth(); in CreateSelf()
41 class CMICmdCmdStackInfoDepth : public CMICmdBase {49 /* ctor */ CMICmdCmdStackInfoDepth();58 /* dtor */ ~CMICmdCmdStackInfoDepth() override;
113 bOk &= Register<CMICmdCmdStackInfoDepth>(); in RegisterAll()