Searched refs:CommandObjectType (Results 1 – 4 of 4) sorted by relevance
21 class CommandObjectType : public CommandObjectMultiword {23 CommandObjectType(CommandInterpreter &interpreter);25 ~CommandObjectType() override;
3175 CommandObjectType::CommandObjectType(CommandInterpreter &interpreter) in CommandObjectType() function in CommandObjectType3195 CommandObjectType::~CommandObjectType() = default;
130 SRCS+= Commands/CommandObjectType.cpp
500 m_command_dict["type"] = CommandObjectSP(new CommandObjectType(*this)); in LoadCommandDictionary()