Searched refs:function_map (Results 1 – 1 of 1) sorted by relevance
28 typedef std::map<std::string, MFP> function_map; typedef29 function_map* _funcMap = NULL;42 _funcMap = new function_map(); in CommandReceiver()56 function_map::const_iterator iter = _funcMap->find(cmd); in Call()65 _funcMap = new function_map(); in RegisterCommand()