summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-domain-cpp/roles-targets-ok.rst
blob: 783f7b985f87488d0a54509f9f6eaa9aca55879f (plain)
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
.. default-domain:: cpp

.. namespace:: RolesTargetsOk

.. class:: Class

	:cpp:any:`Class`
	:class:`Class`
	:struct:`Class`
	union
	func
	member
	var
	:type:`Class`
	concept
	enum
	enumerator

.. union:: Union

	:cpp:any:`Union`
	class
	struct
	:union:`Union`
	func
	member
	var
	:type:`Union`
	concept
	enum
	enumerator

.. function:: void Function()

	:cpp:any:`Function`
	class
	struct
	union
	:func:`Function`
	member
	var
	:type:`Function`
	concept
	enum
	enumerator

.. var:: int Variable

	:cpp:any:`Variable`
	class
	struct
	union
	function
	:member:`Variable`
	:var:`Variables`
	type
	concept
	enum
	enumerator

.. type:: Type = void

	:cpp:any:`Type`
	class
	struct
	union
	function
	member
	var
	:type:`Type`
	concept
	enum
	enumerator

.. concept:: template<typename T> Concept

	:cpp:any:`Concept`
	class
	struct
	union
	function
	member
	var
	type
	:concept:`Concept`
	enum
	enumerator

.. enum-struct:: Enum

	:cpp:any:`Enum`
	class
	struct
	union
	function
	member
	var
	:type:`Enum`
	concept
	:enum:`Enum`
	enumerator

	.. enumerator:: Enumerator

	:cpp:any:`Enumerator`
	class
	struct
	union
	function
	member
	var
	type
	concept
	enum
	:enumerator:`Enumerator`

.. class:: template<typename TParamType, \
                    int TParamVar, \
                    template<typename> typename TParamTemplate \
                     > ClassTemplate

	:cpp:any:`TParamType`
	:class:`TParamType`
	:struct:`TParamType`
	:union:`TParamType`
	function
	:member:`TParamType`
	:var:`TParamType`
	:type:`TParamType`
	concept
	enum
	enumerator

	:cpp:any:`TParamVar`
	:class:`TParamVar`
	:struct:`TParamVar`
	:union:`TParamVar`
	function
	:member:`TParamVar`
	:var:`TParamVar`
	:type:`TParamVar`
	concept
	enum
	enumerator

	:cpp:any:`TParamTemplate`
	:class:`TParamTemplate`
	:struct:`TParamTemplate`
	:union:`TParamTemplate`
	function
	:member:`TParamTemplate`
	:var:`TParamTemplate`
	:type:`TParamTemplate`
	concept
	enum
	enumerator

.. function:: void FunctionParams(int FunctionParam)

	:cpp:any:`FunctionParam`
	class
	struct
	union
	function
	:member:`FunctionParam`
	:var:`FunctionParam`
	type
	concept
	enum
	enumerator