~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty

« back to all changes in this revision

Viewing changes to yo/cplusplus.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2012-01-20 11:53:17 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20120120115317-v4wiq9sttx72fabk
Tags: 9.1.0-1
New upstream release (covering C++11 to a large extend)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
)
8
8
 
9
9
COMMENT(
10
 
(C++0x)
 
10
(C++11)
11
11
XXX is/are not yet supported by the tt(g++) compiler.
12
 
i(C++0x standard)
 
12
i(C++11 standard)
13
13
END)
14
14
 
15
15
 
70
70
includefile(classes)
71
71
 
72
72
COMMENT( 8 )
 
73
lchapter(StaticDataFun)(Static Data And Functions)
 
74
includefile(static)
 
75
 
 
76
COMMENT( 9 )
73
77
lchapter(MEMORY)(Classes And Memory Allocation)
74
78
includefile(memory)
75
79
 
76
 
COMMENT( 9 )
 
80
COMMENT( 10 )
77
81
lchapter(EXCEPTIONS)(Exceptions)
78
82
includefile(exceptions)
79
83
 
80
 
COMMENT( 10 )
 
84
COMMENT( 11 )
81
85
lchapter(OVERLOADING)(More Operator Overloading)
82
86
includefile(overloading)
83
87
 
84
 
COMMENT( 11 )
85
 
lchapter(StaticDataFun)(Static Data And Functions)
86
 
includefile(static)
87
 
 
88
88
COMMENT( 12 )
89
89
lchapter(CONTAINERS)(Abstract Containers)
90
90
includefile(containers)
135
135
 
136
136
IFDEF(latex)(latexcommand(\printindex))()
137
137
 
 
138