NameDateSize

..22-Nov-201249

algo.hH A D22-Nov-20123.1 KiB

algobase.hH A D22-Nov-20122 KiB

algorithmH A D22-Nov-20121.3 KiB

alloc.hH A D22-Nov-20121.3 KiB

bitsetH A D22-Nov-201233 KiB

bvector.hH A D22-Nov-20121.4 KiB

ChangeLogH A D22-Nov-201212.3 KiB

defalloc.hH A D22-Nov-20122.4 KiB

dequeH A D22-Nov-20121.3 KiB

deque.hH A D22-Nov-20121.3 KiB

function.hH A D22-Nov-20123.2 KiB

functionalH A D22-Nov-2012762

hash_mapH A D22-Nov-20121.3 KiB

hash_map.hH A D22-Nov-20121.5 KiB

hash_setH A D22-Nov-20121.3 KiB

hash_set.hH A D22-Nov-20121.4 KiB

hashtable.hH A D22-Nov-20121.5 KiB

heap.hH A D22-Nov-20121.4 KiB

iteratorH A D22-Nov-20121.4 KiB

iterator.hH A D22-Nov-20122.7 KiB

listH A D22-Nov-20121.3 KiB

list.hH A D22-Nov-20121.3 KiB

mapH A D22-Nov-20121.3 KiB

map.hH A D22-Nov-20121.3 KiB

memoryH A D22-Nov-20122.8 KiB

multimap.hH A D22-Nov-20121.3 KiB

multiset.hH A D22-Nov-20121.3 KiB

numericH A D22-Nov-20121.4 KiB

pair.hH A D22-Nov-20121.5 KiB

pthread_allocH A D22-Nov-201215.5 KiB

pthread_alloc.hH A D22-Nov-2012866

queueH A D22-Nov-20121.4 KiB

READMEH A D22-Nov-2012571

ropeH A D22-Nov-2012924

rope.hH A D22-Nov-2012909

ropeimpl.hH A D22-Nov-201246.4 KiB

setH A D22-Nov-20121.3 KiB

set.hH A D22-Nov-20121.3 KiB

slistH A D22-Nov-2012807

slist.hH A D22-Nov-2012830

stackH A D22-Nov-20121.3 KiB

stack.hH A D22-Nov-20121.4 KiB

stl_algo.hH A D22-Nov-201290.2 KiB

stl_algobase.hH A D22-Nov-201217.2 KiB

stl_alloc.hH A D22-Nov-201233.3 KiB

stl_bvector.hH A D22-Nov-201225.4 KiB

stl_config.hH A D22-Nov-201211.7 KiB

stl_construct.hH A D22-Nov-20122.6 KiB

stl_deque.hH A D22-Nov-201255 KiB

stl_function.hH A D22-Nov-201221.7 KiB

stl_hash_fun.hH A D22-Nov-20122.8 KiB

stl_hash_map.hH A D22-Nov-201215.6 KiB

stl_hash_set.hH A D22-Nov-201215 KiB

stl_hashtable.hH A D22-Nov-201231.7 KiB

stl_heap.hH A D22-Nov-20128.8 KiB

stl_iterator.hH A D22-Nov-201228.2 KiB

stl_list.hH A D22-Nov-201224.3 KiB

stl_map.hH A D22-Nov-20128.5 KiB

stl_multimap.hH A D22-Nov-20128.5 KiB

stl_multiset.hH A D22-Nov-20127.7 KiB

stl_numeric.hH A D22-Nov-20127.1 KiB

stl_pair.hH A D22-Nov-20122.3 KiB

stl_queue.hH A D22-Nov-20126 KiB

stl_raw_storage_iter.hH A D22-Nov-20122.5 KiB

stl_relops.hH A D22-Nov-20121.8 KiB

stl_rope.hH A D22-Nov-201292.2 KiB

stl_set.hH A D22-Nov-20127.5 KiB

stl_slist.hH A D22-Nov-201228 KiB

stl_stack.hH A D22-Nov-20123.3 KiB

stl_tempbuf.hH A D22-Nov-20124.6 KiB

stl_tree.hH A D22-Nov-201242.5 KiB

stl_uninitialized.hH A D22-Nov-20129.1 KiB

stl_vector.hH A D22-Nov-201226.7 KiB

tempbuf.hH A D22-Nov-20121.9 KiB

tree.hH A D22-Nov-20121.4 KiB

type_traits.hH A D22-Nov-201212.6 KiB

utilityH A D22-Nov-20121.3 KiB

vectorH A D22-Nov-20121.3 KiB

vector.hH A D22-Nov-20121.3 KiB

README

1This directory contains an SGI release of the C++ Standard Template
2Library, slightly modified to work with g++.
3
4Note that this is based on a pre-Draft Standard for C++.
5Things are likely to change.  For example, the header file names
6are very likely to change.  The Allocator interface will change.  Etc, etc.
7CYGNUS MAKES NO COMMITTMENT (yet) TO SUPPORT BACKWARD COMPATIBILITY FOR STL.
8
9For examples of things that should work, look in the ../tests directory.
10
11DOCUMENTATION:
12See http://www.sgi.com/Technology/STL/ or http://www.dinkumware.com/
13on the World-Wide Web.
14