File: cplusplus.yo

package info (click to toggle)
c%2B%2B-annotations 8.2.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,804 kB
  • ctags: 2,845
  • sloc: cpp: 15,418; makefile: 2,473; ansic: 165; perl: 90; sh: 29
file content (137 lines) | stat: -rw-r--r-- 2,904 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
COMMENT(

     ********************************************************************
     *   MANUALLY ADAPT single/target.shtml AFTER MODIFYING THIS FILE   *
     *   MANUALLY ADAPT overview.yo  AFTER MODIFYING THIS FILE          *
     ********************************************************************
)

COMMENT(
(C++0x)
XXX is/are not yet supported by the tt(g++) compiler.
i(C++0x standard)
END)


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( 3 )
lchapter(FirstImpression)(A First Impression Of C++)
includefile(first)

COMMENT( 4 )
lchapter(NAMESPACE)(Name Spaces)
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(MEMORY)(Classes And Memory Allocation)
includefile(memory)

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

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

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

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(TEMPLATES)(Function Templates)
includefile(functiontemplates)

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

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

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

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