cppannotations/yo/containers.yo
Frank B. Brokken faf86b7ce4 Completed Containers
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@322 f6dd340e-d3f9-0310-b409-bdd246841980
2009-12-17 17:23:35 +00:00

50 lines
1.2 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)
lsubsect(PRIQUEUE)(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)
lsubsect(STACK)(The `stack' container)
includefile(containers/stack)
subsect(Hash Tables (C++0x))
includefile(containers/hashtables)
subsect(Regular Expressions (C++0x, ?))
includefile(containers/regularexp)
lsect(COMPLEX)(The `complex' container)
includefile(containers/complex)