c++ Programming Glossary: funcmap
Store pointers to member function in the map http://stackoverflow.com/questions/630920/store-pointers-to-member-function-in-the-map MemFuncGetter static map std string MemFuncGetter descrToFuncMap public static void Initialize void Process Myclass m string.. Process Myclass m string void Processor Initialize descrToFuncMap X MyClass GetX descrToFuncMap SomethingElse MyClass GetSomethingElse.. Processor Initialize descrToFuncMap X MyClass GetX descrToFuncMap SomethingElse MyClass GetSomethingElse descrToFuncMap RR MyClass..
|