mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
70 lines
1.6 KiB
Text
70 lines
1.6 KiB
Text
|
INCLUDEFILE(mailus)
|
||
|
|
||
|
includefile(first/first)
|
||
|
|
||
|
sect(More extensions to C in C++)
|
||
|
includefile(first/more)
|
||
|
|
||
|
subsect(The scope resolution operator ::)
|
||
|
includefile(first/scope)
|
||
|
|
||
|
lsubsect(CoutCinCerr)(`cout', `cin', and `cerr')
|
||
|
includefile(first/cout)
|
||
|
|
||
|
lsubsect(ConstRule)(The keyword `const')
|
||
|
includefile(first/const)
|
||
|
|
||
|
subsect(References)
|
||
|
includefile(first/references)
|
||
|
|
||
|
lsect(FunctionsInStructs)(Functions as part of structs)
|
||
|
includefile(first/structs)
|
||
|
|
||
|
sect(Several new data types)
|
||
|
includefile(first/datatypes)
|
||
|
|
||
|
lsubsect(BOOL)(The data type `bool')
|
||
|
includefile(first/bool)
|
||
|
|
||
|
lsubsect(WCHAR)(The data type `wchar_t')
|
||
|
includefile(first/wchar)
|
||
|
|
||
|
sect(Keywords in C++)
|
||
|
includefile(first/keywords)
|
||
|
|
||
|
sect(Data hiding: public, private and class)
|
||
|
includefile(first/public)
|
||
|
|
||
|
sect(Structs in C vs. structs in C++)
|
||
|
includefile(first/cvscpp)
|
||
|
|
||
|
lsect(Namespaces)(Namespaces)
|
||
|
includefile(namespace/intro)
|
||
|
|
||
|
subsect(Defining namespaces)
|
||
|
includefile(namespace/defining)
|
||
|
|
||
|
subsubsect(Declaring entities in namespaces)
|
||
|
includefile(namespace/declaring)
|
||
|
|
||
|
subsubsect(A closed namespace)
|
||
|
includefile(namespace/closed)
|
||
|
|
||
|
subsect(Referring to entities)
|
||
|
includefile(namespace/referring)
|
||
|
|
||
|
subsubsect(The `using' directive)
|
||
|
includefile(namespace/directive)
|
||
|
|
||
|
subsubsect(`Koenig lookup')
|
||
|
includefile(namespace/koenig)
|
||
|
|
||
|
subsect(The standard namespace)
|
||
|
includefile(namespace/std)
|
||
|
|
||
|
subsect(Nesting namespaces and namespace aliasing)
|
||
|
includefile(namespace/nesting)
|
||
|
|
||
|
lsubsubsect(OUTSIDE)(Defining entities outside of their namespaces)
|
||
|
includefile(namespace/outside)
|