I have created a Timer class that must call a callback method when the timer has expired. Currently I have it working with normal function pointers (they are declared as void (
Maybe the standard mem_fun is already good enough for what you want. It's part of STL.