mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-18 10:06:54 +01:00
588000d309
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@187 f6dd340e-d3f9-0310-b409-bdd246841980
130 lines
2.8 KiB
Text
130 lines
2.8 KiB
Text
COMMENT(
|
|
|
|
********************************************************************
|
|
* MANUALLY ADAPT single/target.shtml AFTER MODIFYING THIS FILE *
|
|
* MANUALLY ADAPT overview.yo AFTER MODIFYING THIS FILE *
|
|
********************************************************************
|
|
)
|
|
|
|
includefile(preamble)
|
|
|
|
mailto(Frank B. Brokken: MYEMAIL)
|
|
|
|
includefile(abstract)
|
|
|
|
IFDEF(html)(
|
|
affiliation(center(AFFILIATION
|
|
Published at the University of Groningen nl()
|
|
ISBN 90 367 0470 7))
|
|
report(center(C++ Annotations Version DOCVERSION))
|
|
(center(Frank B. Brokken))
|
|
(center(YEARS))
|
|
)(
|
|
affiliation(AFFILIATION
|
|
Published at the University of Groningen nl()
|
|
ISBN 90 367 0470 7)
|
|
report(C++ Annotations
|
|
Version DOCVERSION)
|
|
(Frank B. Brokken)
|
|
(YEARS)
|
|
)
|
|
|
|
IFDEF(latex)(latexcommand(
|
|
\cleardoublepage
|
|
\pagestyle{headings}
|
|
\pagenumbering{arabic}))()
|
|
|
|
COMMENT( 1 )
|
|
lchapter(Overview)(Overview of the chapters)
|
|
includefile(overview)
|
|
|
|
COMMENT( 2 )
|
|
lchapter(IntroC)(Introduction)
|
|
includefile(intro)
|
|
|
|
COMMENT(
|
|
i(C++-0x standard)
|
|
END)
|
|
|
|
COMMENT( 3 )
|
|
lchapter(FirstImpression)(A first impression of C++)
|
|
includefile(first)
|
|
|
|
COMMENT( 4 )
|
|
lchapter(String)(The `string' data type)
|
|
includefile(string)
|
|
|
|
COMMENT( 5 )
|
|
lchapter(IOStreams)(The IO-stream Library)
|
|
includefile(iostreams)
|
|
|
|
COMMENT( 6 )
|
|
lchapter(Classes)(Classes)
|
|
includefile(classes)
|
|
|
|
COMMENT( 7 )
|
|
lchapter(MEMORY)(Classes and memory allocation)
|
|
includefile(memory)
|
|
|
|
COMMENT( 8 )
|
|
lchapter(EXCEPTIONS)(Exceptions)
|
|
includefile(exceptions)
|
|
|
|
COMMENT( 9 )
|
|
lchapter(OperatorOverloading)(More Operator Overloading)
|
|
includefile(overloading)
|
|
|
|
COMMENT( 10 )
|
|
lchapter(StaticDataFun)(Static data and functions)
|
|
includefile(static)
|
|
|
|
COMMENT( 11 )
|
|
lchapter(Friends)(Friends)
|
|
includefile(friends)
|
|
|
|
COMMENT( 12 )
|
|
lchapter(Containers)(Abstract Containers)
|
|
includefile(containers)
|
|
|
|
COMMENT( 13 )
|
|
lchapter(INHERITANCE)(Inheritance)
|
|
includefile(inheritance)
|
|
|
|
COMMENT( 14 )
|
|
lchapter(POLYMORPHISM)(Polymorphism)
|
|
includefile(polymorphism)
|
|
|
|
COMMENT( 15)
|
|
lchapter(PointMembers)(Classes having pointers to members)
|
|
includefile(pointermembers)
|
|
|
|
COMMENT( 16 )
|
|
lchapter(NESTEDCLASSES)(Nested Classes)
|
|
includefile(nested)
|
|
|
|
COMMENT( 17 )
|
|
lchapter(STL)(The Standard Template Library, generic algorithms)
|
|
includefile(stl)
|
|
|
|
COMMENT( 18 )
|
|
lchapter(TEMPLATES)(Function templates)
|
|
includefile(functiontemplates)
|
|
|
|
COMMENT( 19 )
|
|
lchapter(TEMPCLASS)(Class templates)
|
|
includefile(classtemplates)
|
|
|
|
COMMENT( .. NEW CHAPTER
|
|
lchapter(CONCEPTS)(Concepts)
|
|
includefile(concepts)
|
|
)
|
|
|
|
COMMENT( 20 )
|
|
lchapter(TEMPAPP)(Advanced template applications)
|
|
includefile(advancedtemplates)
|
|
|
|
COMMENT( 21 )
|
|
lchapter(CONCRETE)(Concrete examples of C++)
|
|
includefile(concrete)
|
|
|
|
IFDEF(latex)(latexcommand(\printindex))()
|