cppannotations/yo/memory.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

56 lines
1.5 KiB
Text

INCLUDEFILE(mailus)
includefile(memory/intro)
sect(The 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)
lsect(DESTRUCTOR)(The destructor)
includefile(memory/destruc)
lsubsect(DELETEPTRS)(New and delete and object pointers)
includefile(memory/objectp)
lsubsect(NEWHANDLER)(The function set_new_handler())
includefile(memory/setnew)
sect(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(Preventing self-destruction using `this')
includefile(memory/prevent)
subsect(Associativity of operators and this)
includefile(memory/associat)
sect(The copy constructor: initialization vs. assignment)
includefile(memory/initialisation)
lsubsect(CopyDestroy)\
(Similarities between the copy constructor and operator=())
includefile(memory/copyopis)
subsect(Preventing certain members from being used)
includefile(memory/preventing)
sect(Conclusion)
includefile(memory/conclusion)