Searched refs:function_map (Results 1 – 1 of 1) sorted by relevance
34 typedef std::map<std::string, MFP> function_map; typedef35 function_map* _funcMap = NULL;231 _funcMap = new function_map(); in CommandReceiver()258 function_map::const_iterator iter = _funcMap->find(cmd); in Call()267 _funcMap = new function_map(); in RegisterCommand()