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

69 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)