Searched refs:callback_t (Results 1 – 1 of 1) sorted by relevance
41 typedef std::function<std::unique_ptr<Command>(void)> callback_t; typedef43 static std::map<std::string, callback_t>& CommandMap() { in CommandMap()46 static std::map<std::string, callback_t> command_map; in CommandMap()