File: cplusplus.yo

package info (click to toggle)
c%2B%2B-annotations 11.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,952 kB
  • sloc: cpp: 20,008; makefile: 1,502; ansic: 165; sh: 121; perl: 90
file content (142 lines) | stat: -rw-r--r-- 3,047 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
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(C++ Annotations Version DOCVERSION)
        (Frank B. Brokken)
        (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( 3 )
lchapter(FirstImpression)(A First Impression Of C++)
includefile(first)

COMMENT( 4 )
lchapter(NAMESPACE)(Namespaces)
includefile(namespaces)

COMMENT( 5 )
lchapter(String)(The `string' Data Type)
includefile(string)

COMMENT( 6 )
lchapter(IOStreams)(The IO-stream Library)
includefile(iostreams)

COMMENT( 7 )
lchapter(Classes)(Classes)
includefile(classes)

COMMENT( 8 )
lchapter(StaticDataFun)(Static Data And Functions)
includefile(static)

COMMENT( 9 )
lchapter(MEMORY)(Classes And Memory Allocation)
includefile(memory)

COMMENT( 10 )
lchapter(EXCEPTIONS)(Exceptions)
includefile(exceptions)

COMMENT( 11 )
lchapter(OVERLOADING)(More Operator Overloading)
includefile(overloading)

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(Friends)(Friends)
includefile(friends)

COMMENT( 16)
lchapter(PointMembers)(Classes Having Pointers To Members)
includefile(pointermembers)

COMMENT( 17 )
lchapter(NESTEDCLASSES)(Nested Classes)
includefile(nested)

COMMENT( 18 )
lchapter(STL)(The Standard Template Library)
includefile(stl)

COMMENT( 19 )
lchapter(GENERIC)(The STL Generic Algorithms)
includefile(generic)

COMMENT( 20 )
lchapter(THREADING)(Multi Threading)
includefile(threading)

COMMENT(
lchapter( 21 )
chapter(Coroutines)
COMMENT(FBB: TODO, and update chapters below. See
            http://www.boost.org/doc/libs/1_66_0/libs/coroutine2/doc/html)
END)

COMMENT( 21 )
lchapter(TEMPLATES)(Function and Variable Templates)
includefile(functiontemplates)

COMMENT( 22 )
lchapter(TEMPCLASS)(Class Templates)
includefile(classtemplates)

COMMENT( 23 )
lchapter(ADVANCEDTEMPL)(Advanced Template Use)
includefile(advancedtemplates)

COMMENT( 24 )
lchapter(CONCRETE)(Concrete Examples)
includefile(concrete)

IFDEF(latex)(latexcommand(\printindex))()