cppannotations/yo/containers.yo
fbbrokken 6881bc3814 The trunk directory contains the latest version (6.4.0c) of the C++
Annotations. 

The branches and tags directory are empty, since I couldn't
svnadmin import a repostitory dump. Many earlier versions exist, though, and
if you want the full archive, just let me know and I'll send you the svnadmin
dump of my full C++ Annotations archive.

Frank B. Brokken <f.b.brokken@rug.nl>



git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@3 f6dd340e-d3f9-0310-b409-bdd246841980
2006-09-04 08:26:34 +00:00

47 lines
1.1 KiB
Text

INCLUDEFILE(mailus)
includefile(containers/container)
sect(Notations used in this chapter)
includefile(containers/notations)
lsect(PAIR)(The `pair' container)
includefile(containers/pair)
sect(Sequential Containers)
subsect(The `vector' container)
includefile(containers/vector)
subsect(The `list' container)
includefile(containers/list)
lsubsect(QUEUE)(The `queue' container)
includefile(containers/queue)
subsect(The `priority_queue' container)
includefile(containers/priority)
subsect(The `deque' container)
includefile(containers/deque)
lsubsect(MAP)(The `map' container)
includefile(containers/map)
lsubsect(MULTIMAP)(The `multimap' container)
includefile(containers/multimap)
lsubsect(SET)(The `set' container)
includefile(containers/set)
lsubsect(MULTISET)(The `multiset' container)
includefile(containers/multiset)
subsect(The `stack' container)
includefile(containers/stack)
lsubsect(HASHMAP)(The `hash_map' and other hashing-based containers)
includefile(containers/hashmap)
lsect(COMPLEX)(The `complex' container)
includefile(containers/complex)