cppannotations/yo/classes.yo
Frank B. Brokken 34f01289e7 Classes Completed
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@276 f6dd340e-d3f9-0310-b409-bdd246841980
2009-10-28 19:48:16 +00:00

73 lines
2.2 KiB
Text

INCLUDEFILE(mailus)
includefile(classes/intro)
sect(The constructor)
includefile(classes/construc)
subsect(A first application)
includefile(classes/application)
subsect(Constructors: with and without arguments)
includefile(classes/arguments)
subsubsect(The order of construction)
includefile(classes/order)
lsect(Composition)(Objects inside objects: composition)
includefile(classes/composition)
lsubsect(MemberInitializers)
(Composition and const objects: const member initializers)
includefile(classes/comconst)
lsubsect(REFMEMBERS)
(Composition and reference objects: reference member initializers)
includefile(classes/comref)
lsubsect(CONSCALL)(Constructors calling constructors (C++0x, ?))
includefile(classes/constructorscall)
lsect(UNIFORMINIT)(Uniform initialization (C++0x, 4.4))
includefile(classes/uniforminit)
lsect(DEFAULTED)(Defaulted and deleted class members (C++0x, 4.4))
includefile(classes/defaulted)
lsect(ConstFunctions)(Const member functions and const objects)
includefile(classes/member)
lsubsect(ANONYMOUS)(Anonymous objects)
includefile(classes/anonymous)
subsubsect(Subtleties with anonymous objects)
includefile(classes/subtleties)
lsect(INLINE)(The keyword `inline')
includefile(classes/inline)
lsubsect(DEFINLINE)(Defining members inline)
includefile(classes/defineinline)
lsubsect(WHENINLINE)(When to use inline functions)
includefile(classes/when2use)
COMMENT(>>>>>>>>>>>>> NEXT <<<<<<<<<<<<<)
lsect(LOCAL)(Local classes: classes inside functions)
includefile(classes/local)
lsect(MUTABLE)(The keyword `mutable')
includefile(classes/mutable)
lsect(CLASSHEADER)(Header file organization)
includefile(classes/headers)
lsubsect(NAMESPACEHDR)(Using namespaces in header files)
includefile(classes/namespaces)
sect(Sizeof applied to class data members (C++0x, 4.4))
includefile(classes/sizeof)
sect(Unrestricted Unions (C++0x, ?))
includefile(classes/unrestricted)