Searched refs:CommandObjectType (Results 1 – 4 of 4) sorted by relevance
16 class CommandObjectType : public CommandObjectMultiword {18 CommandObjectType(CommandInterpreter &interpreter);20 ~CommandObjectType() override;
3048 CommandObjectType::CommandObjectType(CommandInterpreter &interpreter) in CommandObjectType() function in CommandObjectType3068 CommandObjectType::~CommandObjectType() = default;
143 SRCS+= Commands/CommandObjectType.cpp
527 REGISTER_COMMAND_OBJECT("type", CommandObjectType); in LoadCommandDictionary()