Searched refs:BaseCommand (Results 1 – 3 of 3) sorted by relevance
37 template< typename BaseCommand >38 cmdline::commands_map< BaseCommand >::commands_map(void)46 template< typename BaseCommand >47 cmdline::commands_map< BaseCommand >::~commands_map(void)62 template< typename BaseCommand >64 cmdline::commands_map< BaseCommand >::insert(command_ptr command,68 BaseCommand* ptr = command.release();85 template< typename BaseCommand >87 cmdline::commands_map< BaseCommand >::insert(BaseCommand* command,97 template< typename BaseCommand >[all …]
56 template< typename BaseCommand >59 typedef std::map< std::string, BaseCommand* > impl_map;75 typedef typename std::unique_ptr< BaseCommand > command_ptr;77 void insert(BaseCommand*, const std::string& = "");87 BaseCommand* find(const std::string&);88 const BaseCommand* find(const std::string&) const;
930 class BaseCommand : public CommandObjectMultiword { class932 BaseCommand(CommandInterpreter &interpreter) in BaseCommand() function in sddarwinlog_private::BaseCommand1352 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize()