摘要: /*! \file List.h \author 刘宝 \version 1.0 \date 2010/12/3 \brief 异质链表List及其节点接口IListNode的声明 */ #ifndef LIST #define LIST class IListNode; class List; class ListPrivate; /*! List中iterate遍历函数使用的回调函数 ... 阅读全文
posted @ 2011-03-19 20:19 紫红的泪 阅读(1868) 评论(0) 推荐(0) 编辑