- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
G++ 2.91.57,cygnus\cygwin-b20\include\g++\stl_list.h 完整列表
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and
* that both that copyright notice and this permission notice appear
* in supporting documentation. Hewlett-Packard Company makes no
* representations about the suitability of this software for any
* purpose. It is provided as is without express or implied warranty.
*
*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and
* that both that copyright notice and this permission notice appear
* in supporting documentation. Silicon Graphics makes no
* representations about the suitability of this software for any
* purpose. It is provided as is without express or implied warranty.
*/
/* NOTE: This is an internal header file, included by other STL headers.
* You should not attempt to use it directly.
*/
#ifndef __SGI_STL_INTERNAL_LIST_H
#define __SGI_STL_INTERNAL_LIST_H
__STL_BEGIN_NAMESPACE
#if defined(__sgi) !defined(__GNUC__) (_MIPS_SIM != _MIPS_SIM_ABI32)
#pragma set woff 1174
#endif
template class T
struct __list_node {
typedef void* void_pointer;
void_pointer next;
void_pointer prev;
T data;
};
templateclass T, class Ref, class Ptr
struct __list_iterator {
typedef __list_iteratorT, T, T* iterator;
typedef __list_iteratorT, const T, const T* const_iterator;
typedef __list_iteratorT, Ref, Ptr self;
typedef bidirectional_iterator_tag iterator_category;
typedef T value_type;
typedef Ptr pointer;
typedef Ref reference;
typedef __list_nodeT* link_type;
typed
您可能关注的文档
- 【优化指导】2014高考政治总复习.经济生活.第三单元.第7课.个人收入的分配课件.新人教版必修1.ppt
- 11.城镇土岩浅孔爆破安全技术.ppt
- 13年湖北湖南公务员申论真题.doc
- 2011-01-30_相机标定的原理及意义及其OpenCV、Matlab实现差异小结.doc
- 2011国家司法考试试卷一.doc
- 2011年6月国际注册汉语教师资格等级考试基础综合真题-华真汉语.doc
- 2011年度中小学教师中高级职称网络考试(90分b).doc
- 2011年社会工作综合能力(中级)考试真题及其详解(20140320最新整理.吉林程玉芝).doc
- 2011年新起点预热课件杨雄刑诉讲义.doc
- 2011年自考公证及律师制度资料.doc
- 2026年消防设施操作员之消防设备基础知识考试题库500道带答案(新).docx
- 销售岗前培训课件.ppt
- 2026年消防设备操作员考试题库500道(典型题).docx
- 2026年消防设施操作员之消防设备高级技能考试题库300道附答案(实用).docx
- 2026年消防设施操作员之消防设备高级技能考试题库300道标准卷.docx
- 2026年材料员之材料员基础知识考试题库300道附完整答案(全优).docx
- 2026年材料员之材料员基础知识考试题库300道带答案(培优a卷).docx
- 2026年机械员考试题库含答案(轻巧夺冠).docx
- 2026年材料员之材料员基础知识考试题库300道【夺分金卷】.docx
- 2026年期货从业资格之期货法律法规考试题库500道(考点精练).docx
最近下载
- DB 5113 T 54-2025 《两栖动物环境DNA识别技术规范》.docx VIP
- 2024年全国无线电监测技术演练理论知识考试题库-下(多选、判断题汇总).docx VIP
- 分布式工商业光伏项目财务经济测算模型.xlsx VIP
- 动物实验操作.pptx VIP
- DB 5113 T 53-2025《南充市两栖动物监测技术规范》.docx VIP
- PEP三年级英语上册Unit 3《PartB(3) Start to read》教学课件.pptx
- 《滴虫性阴道炎》课件.ppt VIP
- 新课标下综合实践在初中生物中的有效开展.pptx VIP
- 堆排序.ppt VIP
- 足球竞赛规则.ppt.ppt
文档评论(0)