2006-09-04 10:26:34 +02:00
|
|
|
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)
|
|
|
|
|
2007-10-06 22:25:26 +02:00
|
|
|
lsubsect(PRIQUEUE)(The `priority_queue' container)
|
2006-09-04 10:26:34 +02:00
|
|
|
includefile(containers/priority)
|
|
|
|
|
|
|
|
subsect(The `deque' container)
|
|
|
|
includefile(containers/deque)
|
|
|
|
|
2009-12-16 21:45:39 +01:00
|
|
|
lsubsect(MAP)(The `map' container)
|
2006-09-04 10:26:34 +02:00
|
|
|
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)
|
|
|
|
|
2007-10-06 22:25:26 +02:00
|
|
|
lsubsect(STACK)(The `stack' container)
|
2006-09-04 10:26:34 +02:00
|
|
|
includefile(containers/stack)
|
|
|
|
|
2009-07-11 15:16:08 +02:00
|
|
|
subsect(Hash Tables (C++0x))
|
2009-07-07 16:08:32 +02:00
|
|
|
includefile(containers/hashtables)
|
2009-02-22 15:17:41 +01:00
|
|
|
|
2009-12-17 18:23:35 +01:00
|
|
|
subsect(Regular Expressions (C++0x, ?))
|
2009-07-08 13:43:28 +02:00
|
|
|
includefile(containers/regularexp)
|
2006-09-04 10:26:34 +02:00
|
|
|
|
|
|
|
lsect(COMPLEX)(The `complex' container)
|
|
|
|
includefile(containers/complex)
|