Searched refs:CommandParamSwitch (Results 1 – 3 of 3) sorted by relevance
18 CommandParamSwitch::CommandParamSwitch(bool& value) : boolSwitch_(value) {} in CommandParamSwitch() function in CommandParamSwitch20 void CommandParamSwitch::SetValue(bool value) in SetValue()
60 auto pret = std::make_shared<CommandParamSwitch>(pbool); in AddParamSwitch()89 CommandParamSwitch* pswitch = (CommandParamSwitch*)p.get(); in CheckParam()
21 class CommandParamSwitch : public CommandParam {23 CommandParamSwitch(bool& value);24 ~CommandParamSwitch() {} in ~CommandParamSwitch()