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

48 lines
1.3 KiB
Text

INCLUDEFILE(mailus)
includefile(overloading/more)
lsect(OPERATORINDEX)(Overloading `operator[]()')
includefile(overloading/array)
lsect(EXTRACTORS)(Overloading the insertion and extraction operators)
includefile(overloading/insertextract)
lsect(ConversionOperators)(Conversion operators)
includefile(overloading/conversion)
lsect(EXPLICIT)(The keyword `explicit')
includefile(overloading/explicit.yo)
lsect(OVERLOADINCR)(Overloading the increment and decrement operators)
includefile(overloading/increment.yo)
lsect(OVERLOADBINARY)(Overloading binary operators)
includefile(overloading/binary.yo)
sect(Overloading `operator new(size_t)')
includefile(overloading/new)
sect(Overloading `operator delete(void *)')
includefile(overloading/delete)
lsect(NEWDELETEARRAY)(Operators `new[]' and `delete[]')
includefile(overloading/newdeletearray)
subsect(Overloading `new[]')
includefile(overloading/newarray)
subsect(Overloading `delete[]')
includefile(overloading/deletearray)
lsect(FUNOBJ)(Function Objects)
includefile(overloading/functionobject.yo)
lsubsect(MANIPCONSTRUCTION)(Constructing manipulators)
includefile(overloading/manipulators)
subsubsect(Manipulators requiring arguments)
includefile(overloading/argmanipulators)
lsect(OverloadableOperators)(Overloadable operators)
includefile(overloading/overloadable)