mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
4d48524f9e
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@498 f6dd340e-d3f9-0310-b409-bdd246841980
86 lines
2.1 KiB
Text
86 lines
2.1 KiB
Text
|
|
INCLUDEFILE(mailus)
|
|
|
|
includefile(memory/intro)
|
|
|
|
sect(Operators `new' and `delete')
|
|
includefile(memory/new)
|
|
|
|
|
|
lsubsect(NEWARRAY)(Allocating arrays)
|
|
includefile(memory/newarray)
|
|
|
|
lsubsect(DELETEARRAY)(Deleting arrays)
|
|
includefile(memory/deletearray)
|
|
|
|
lsubsect(ENLARGEARRAY)(Enlarging arrays)
|
|
includefile(memory/enlargearray)
|
|
|
|
subsect(Managing `raw' memory)
|
|
includefile(memory/raw)
|
|
|
|
lsubsect(PLACEMENT)(The `placement new' operator)
|
|
includefile(memory/placement)
|
|
|
|
lsect(DESTRUCTOR)(The destructor)
|
|
includefile(memory/destructor)
|
|
|
|
lsubsect(DELETEPTRS)(Object pointers revisited)
|
|
includefile(memory/objectp)
|
|
|
|
lsubsect(NEWHANDLER)(The function set_new_handler())
|
|
includefile(memory/setnew)
|
|
|
|
lsect(ASSIGNMENT)(The assignment operator)
|
|
includefile(memory/assignment)
|
|
|
|
lsubsect(OVERLOADASSIGN)(Overloading the assignment operator)
|
|
includefile(memory/overload)
|
|
|
|
subsubsect(The member 'operator=()')
|
|
includefile(memory/operator)
|
|
|
|
sect(The `this' pointer)
|
|
includefile(memory/this)
|
|
|
|
subsect(Sequential assignments and this)
|
|
includefile(memory/sequential)
|
|
|
|
lsect(COPYCONS)(The copy constructor: initialization vs. assignment)
|
|
includefile(memory/initialisation)
|
|
|
|
lsubsect(CopyDestroy)(Revising 'operator=()')
|
|
includefile(memory/revising)
|
|
|
|
lsect(MOVE)(Moving data (C++0x))
|
|
includefile(memory/moving.yo)
|
|
|
|
subsect(The move constructor (dynamic data) (C++0x))
|
|
includefile(memory/move)
|
|
|
|
subsect(The move constructor (composition) (C++0x))
|
|
includefile(memory/movecomposition)
|
|
|
|
lsubsect(MOVEASS)(Move-assignment (C++0x))
|
|
includefile(memory/moveassignment)
|
|
|
|
subsect(Moving and the destructor (C++0x))
|
|
includefile(memory/movedestructor)
|
|
|
|
subsect(Move-only classes (C++0x))
|
|
includefile(memory/moveonly)
|
|
|
|
subsect(Defining move special member functions (C++0x, 4.6))
|
|
To do
|
|
|
|
subsect(Moving: implications for class design (C++0x))
|
|
includefile(memory/moveimplications)
|
|
|
|
lsect(RVO)(Copy Elision and Return Value Optimization)
|
|
includefile(memory/elision.yo)
|
|
|
|
lsect(POD)(Plain Old Data (C++0x))
|
|
includefile(memory/pod)
|
|
|
|
sect(Conclusion)
|
|
includefile(memory/conclusion)
|