Legend

member function pointer

class   test  
{  
public:  
 void   (test::*p)();  
 void   Print(){cout<<"Test"<<endl;}  
 test(){p   =   &test::Print;}  
};  

void   (test::*q)();

posted on 2007-04-26 15:35 Legend 阅读(115) 评论(0)  编辑 收藏 引用


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理