HarrySun

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年12月26日

摘要: 1 /* 2 * declare_list_class.cpp 3 * 4 * Created on: 2011-12-22 5 * Author: Administrator 6 */ 7 8 class glist_e { 9 friend class glist; 10 friend class mtflist; 11 friend class dlist; 12 13 protected: 14 15 glist_e(const glist_e &); 16 glist_e &operator=(c... 阅读全文
posted @ 2011-12-26 19:55 HarrySun 阅读(232) 评论(0) 推荐(0) 编辑