mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-18 10:06:54 +01:00
faf86b7ce4
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@322 f6dd340e-d3f9-0310-b409-bdd246841980
50 lines
1.2 KiB
Text
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)
|