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