Pointeur CPP

typedef int (Class:: *ptr)(int);
ptr _list_func;
Makyu