侯捷stl源码剖析注释之47 list-function-tree

侯捷stl源码剖析注释之47 list-function-tree

ID:29009587

大小:232.50 KB

页数:51页

时间:2018-12-15

侯捷stl源码剖析注释之47 list-function-tree_第1页
侯捷stl源码剖析注释之47 list-function-tree_第2页
侯捷stl源码剖析注释之47 list-function-tree_第3页
侯捷stl源码剖析注释之47 list-function-tree_第4页
侯捷stl源码剖析注释之47 list-function-tree_第5页
资源描述:

《侯捷stl源码剖析注释之47 list-function-tree》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、51STLsourceG++2.91.57,cygnuscygwin-b20includeg++stl_list.h完整列表/***Copyright(c)1994*Hewlett-PackardCompany**Permissiontouse,copy,modify,distributeandsellthissoftware*anditsdocumentationforanypurposeisherebygrantedwithoutfee,*providedthattheabovecopyri

2、ghtnoticeappearinallcopiesand*thatboththatcopyrightnoticeandthispermissionnoticeappear*insupportingdocumentation.Hewlett-PackardCompanymakesno*representationsaboutthesuitabilityofthissoftwareforany*purpose.Itisprovided"asis"withoutexpressorimpliedwarrant

3、y.***Copyright(c)1996,1997*SiliconGraphicsComputerSystems,Inc.**Permissiontouse,copy,modify,distributeandsellthissoftware*anditsdocumentationforanypurposeisherebygrantedwithoutfee,*providedthattheabovecopyrightnoticeappearinallcopiesand*thatboththatcopyr

4、ightnoticeandthispermissionnoticeappear*insupportingdocumentation.SiliconGraphicsmakesno*representationsaboutthesuitabilityofthissoftwareforany*purpose.Itisprovided"asis"withoutexpressorimpliedwarranty.*//*NOTE:Thisisaninternalheaderfile,includedbyotherS

5、TLheaders.*Youshouldnotattempttouseitdirectly.*/#ifndef__SGI_STL_INTERNAL_LIST_H#define__SGI_STL_INTERNAL_LIST_H__STL_BEGIN_NAMESPACE#ifdefined(__sgi)&&!defined(__GNUC__)&&(_MIPS_SIM!=_MIPS_SIM_ABI32)#pragmasetwoff1174#endiftemplatestruct__list_n

6、ode{typedefvoid*void_pointer;void_pointernext;void_pointerprev;Tdata;};51STLsourcetemplatestruct__list_iterator{typedef__list_iteratoriterator;typedef__list_iteratorconst_iterator;typedef__list_iterat

7、orself;typedefbidirectional_iterator_tagiterator_category;typedefTvalue_type;typedefPtrpointer;typedefRefreference;typedef__list_node*link_type;typedefsize_tsize_type;typedefptrdiff_tdifference_type;link_typenode;__list_iterator(link_typex)

8、:node(x){}__list_iterator(){}__list_iterator(constiterator&x):node(x.node){}booloperator==(constself&x)const{returnnode==x.node;}booloperator!=(constself&x)const{returnnode!=x.node;}referenceoperator*()const{return(*node).

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。