Home
last modified time | relevance | path

Searched refs:command_ptr (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/kyua-cli/dist/utils/cmdline/
Dcommands_map.hpp73 typedef typename std::unique_ptr< BaseCommand > command_ptr; typedef in utils::cmdline::commands_map
74 void insert(command_ptr, const std::string& = "");
Dcommands_map.ipp64 cmdline::commands_map< BaseCommand >::insert(command_ptr command,
90 insert(command_ptr(command), category);