SGI STL Map类详解:G++2.91.57源码分析.pdfVIP

  • 0
  • 0
  • 约1.5万字
  • 约 10页
  • 2026-03-13 发布于北京
  • 举报

cygnus\cygwin‑b20\include\g++\stl_map.h完整列表/**

G++2.91.57

*(c)1994

*惠普公司

**使用、、修改、分发和销售本软件*及其文档作任何用途的权利在此授予,无需

支用,*前提是上述出现在所有副本中*并且该和此出现

在支持文档中。惠普公司不*对此软件的适用性作出任何表示。它按“原样”,不附

带明示或暗示的任何保证。***(c)1996,1997*硅图计算机系统公司**使用、

、修改、分发和销售本软件*及其文档作任何用途的权利在此授予,无需支用,

*前提是上述出现在所有副本中*并且该和此出现在支持文档

中。硅图公司不*对此软件的适用性作出任何表示。它按“原样”,不附带明示或暗

示的任何保证。*/

/*注意:这是一个头文件,由其他STL头文件包含。*你不应尝试直接使用它。*/

#ifndef__SGI_STL_INTERNAL_MAP_H#

define__SGI_STL_INTERNAL_MAP_H

__STL_BEGIN_NAMESPACE

#ifdefined(__sgi)!defined(__GNUC__)(_MIPS_SIM!

_MIPS_SIM_ABI32)#pragmasetwoff1174#endif

#ifndef__STL_LIMITED_DEFAULT_TEMTES

//注意,以下Key为键值(key)类型,T为数据(data)类型。

模板类Key,类T,类ComparesKey,类Alloc=alloc#else模板类Key,类T,类

Compare,类Alloc=alloc#endif类map{公有:

G++2.91.57,cygnus\cygwin-b20\include\g++\stl_map.h完整列表

/*

*

*Copyright(c)1994

*Hewlett-PackardCompany

*

*Permissiontouse,copy,modify,distributeandsellthissoftware

*anditsdocumentationforanypurposeisherebygrantedwithoutfee,

*providedthattheabovecopyrightnoticeappearinallcopiesand

*thatboththatcopyrightnoticeandthispermissionnoticeappear

*insupportingdocumentation.Hewlett-PackardCompanymakesno

*representationsaboutthesuitabilityofthissoftwareforany

*purpose.Itisprovidedasiswithoutexpressorimpliedwarranty.

*

*

*Copyright(c)1996,1997

*SiliconGraphicsComputerSystems,Inc.

*

*Permissiontouse,copy,modify,distributeandsellthissoftware

*anditsdocumentationforanypurposeisherebygrantedwithoutfee,

*providedthattheabovecopyrightnoticeappearinallcopiesand

*thatboththatcopyrightnoticeandthispermissionnoticeappear

*insupportingdocumentation.SiliconGraphicsmakesno

*rep

文档评论(0)

1亿VIP精品文档

相关文档