Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve documentation
[simgrid.git] / cruft / doc / gras-sections.txt
1 <SECTION>
2 <FILE>tbx_err</FILE>
3 <TITLE>Errors</TITLE>
4 gras_error_t
5 gras_error_name
6 </SECTION>
7
8 <SECTION>
9 <FILE>tbx_log</FILE>
10 <TITLE>logging</TITLE>
11 gras_log_priority_t
12
13 gras_log_control_set
14
15 GRAS_LOG_NEW_CATEGORY
16 GRAS_LOG_NEW_SUBCATEGORY
17 GRAS_LOG_NEW_DEFAULT_CATEGORY
18 GRAS_LOG_NEW_DEFAULT_SUBCATEGORY
19
20 GRAS_LOG_DEFAULT_CATEGORY
21 GRAS_LOG_EXTERNAL_CATEGORY
22
23 GRAS_LOG_ISENABLED
24 GRAS_LOG_STATIC_THRESHOLD
25
26 gras_log_appender_set
27 gras_log_default_appender
28
29 CDEBUG6
30 CVERB6
31 CINFO6
32 CWARN6
33 CERROR6
34 CCRITICAL6
35
36
37 DEBUG6
38 VERB6
39 INFO6
40 WARN6
41 ERROR6
42 CRITICAL6
43
44 <SUBSECTION Standard>
45 GRAS_LOG_ROOT_CAT
46 gras_log_parent_set
47 gras_log_threshold_set
48
49 CLOG0
50 CLOG1
51 CLOG2
52 CLOG3
53 CLOG4
54 CLOG5
55 CLOG6
56 CDEBUG0
57 CDEBUG1
58 CDEBUG2
59 CDEBUG3
60 CDEBUG4
61 CDEBUG5
62 CVERB0
63 CVERB1
64 CVERB2
65 CVERB3
66 CVERB4
67 CVERB5
68 CINFO0
69 CINFO1
70 CINFO2
71 CINFO3
72 CINFO4
73 CINFO5
74 CWARN0
75 CWARN1
76 CWARN2
77 CWARN3
78 CWARN4
79 CWARN5
80 CERROR0
81 CERROR1
82 CERROR2
83 CERROR3
84 CERROR4
85 CERROR5
86 CCRITICAL0
87 CCRITICAL1
88 CCRITICAL2
89 CCRITICAL3
90 CCRITICAL4
91 CCRITICAL5
92
93 LOG0
94 LOG1
95 LOG2
96 LOG3
97 LOG4
98 LOG5
99 LOG6
100 DEBUG0
101 DEBUG1
102 DEBUG2
103 DEBUG3
104 DEBUG4
105 DEBUG5
106 VERB0
107 VERB1
108 VERB2
109 VERB3
110 VERB4
111 VERB5
112 INFO0
113 INFO1
114 INFO2
115 INFO3
116 INFO4
117 INFO5
118 WARN0
119 WARN1
120 WARN2
121 WARN3
122 WARN4
123 WARN5
124 ERROR0
125 ERROR1
126 ERROR2
127 ERROR3
128 ERROR4
129 ERROR5
130 CRITICAL0
131 CRITICAL1
132 CRITICAL2
133 CRITICAL3
134 CRITICAL4
135 CRITICAL5
136
137 </SECTION>
138
139 <SECTION>
140 <FILE>tbx_dynar</FILE>
141 gras_dynar_new
142 gras_dynar_free
143 gras_dynar_free_container
144 gras_dynar_length
145 gras_dynar_reset
146 gras_dynar_get
147 gras_dynar_set
148 gras_dynar_remplace
149 gras_dynar_insert_at
150 gras_dynar_remove_at
151 gras_dynar_map
152 gras_dynar_push
153 gras_dynar_pop
154 gras_dynar_shift
155 gras_dynar_unshift
156 gras_dynar_foreach
157 gras_dynar_cursor_rm
158
159 gras_dynar_cursor_first
160 gras_dynar_cursor_get
161 gras_dynar_cursor_step
162 </SECTION>
163
164 <SECTION>
165 <FILE>tbx_dico</FILE>
166 gras_dict_new
167 gras_dict_free
168 gras_dict_set
169 gras_dict_set_ext
170 gras_dict_get
171 gras_dict_get_ext
172 gras_dict_remove
173 gras_dict_remove_ext
174 gras_dict_dump
175 gras_dict_print
176 gras_dict_prints
177 gras_dict_cursor_get_data
178 gras_dict_cursor_get_key
179 gras_dict_foreach
180
181 gras_dict_cursor_new
182 gras_dict_cursor_free
183 gras_dict_cursor_rewind
184
185 <SUBSECTION Standard>
186 gras_dictelm_remove_ext
187 gras_dictelm_insert_ext
188 gras_dictelm_remove
189 gras_dictelm_print_fct
190 gras_dictelm_insert
191 gras_dictelm_free
192 gras_dictelm_retrieve
193 gras_dictelm_dump
194 gras_dictelm_retrieve_ext
195 </SECTION>
196
197 <SECTION>
198 <FILE>tbx_set</FILE>
199 gras_set_new
200 gras_set_free
201
202 gras_set_add
203 gras_set_get_by_name
204 gras_set_get_by_name_ext
205 gras_set_get_by_id
206
207 gras_set_foreach
208
209 <SUBSECTION Standard>
210 gras_set_cursor_step
211 gras_set_cursor_get_or_free
212 gras_set_cursor_first
213 </SECTION>
214
215 <SECTION>
216 <FILE>tbx_cfg</FILE>
217 gras_cfg_new
218 gras_cfg_cpy
219 gras_cfg_free
220 gras_cfg_dump
221
222 gras_cfg_register
223 gras_cfg_register_str
224 gras_cfg_check
225
226 gras_cfg_set_parse
227 gras_cfg_set
228 gras_cfg_set_vargs
229
230 gras_cfg_set_int
231 gras_cfg_set_double
232 gras_cfg_set_string
233 gras_cfg_set_host
234
235 gras_cfg_rm_int
236 gras_cfg_rm_double
237 gras_cfg_rm_string
238 gras_cfg_rm_host
239 gras_cfg_empty
240
241 gras_cfg_get_int
242 gras_cfg_get_double
243 gras_cfg_get_string
244 gras_cfg_get_host
245 gras_cfg_get_dynar
246
247 <SUBSECTION Standard>
248 gras_cfgelm_type_t
249 gras_cfg_get_type
250 </SECTION>
251
252 <SECTION>
253 <FILE>comm_datadesc</FILE>
254 <TITLE>Data description</TITLE>
255 gras_datadesc_type_t
256
257 gras_datadesc_type_cb_int_t
258 gras_datadesc_type_cb_void_t
259
260 gras_datadesc_by_name
261 gras_datadesc_by_symbol
262
263 gras_datadesc_declare_array_fixed
264 gras_datadesc_declare_array_dyn
265 gras_datadesc_declare_ref
266 gras_datadesc_declare_ref_generic
267 gras_datadesc_declare_struct
268 gras_datadesc_declare_struct_append
269 gras_datadesc_declare_struct_close
270 gras_datadesc_declare_union
271 gras_datadesc_declare_union_append
272 gras_datadesc_declare_union_close
273
274 gras_datadesc_cb_set_pre
275 gras_datadesc_cb_set_post
276
277 gras_dd_cbps_pop
278 gras_dd_cbps_push
279 gras_dd_cbps_set
280 gras_dd_cbps_get
281 gras_dd_cbps_block_begin
282 gras_dd_cbps_block_end
283
284 gras_arch_selfid
285 </SECTION>
286
287 <SECTION>
288 <FILE>comm_socks</FILE>
289 <TITLE>Sockets</TITLE>
290 gras_socket_client
291 gras_socket_server
292 gras_socket_close
293 gras_socket_peer_name
294 gras_socket_peer_port
295 gras_socket_my_port
296 </SECTION>
297
298 <SECTION>
299 <FILE>comm_messages</FILE>
300 <TITLE>Messages</TITLE>
301 gras_msgtype_declare
302 gras_msgtype_declare_v
303 gras_msgtype_by_name
304 gras_msgtype_by_namev
305
306 gras_cb_t
307 gras_cb_register
308 gras_cb_unregister
309
310 gras_msg_send
311 gras_msg_wait
312 gras_msg_handle
313
314 <SUBSECTION Standard>
315 gras_msg_recv
316 gras_msg_init
317 gras_msg_exit
318 </SECTION>
319
320 <SECTION>
321 <FILE>virtu_globals</FILE>
322 <TITLE>Globals</TITLE>
323 gras_userdata_get
324 gras_userdata_set
325 gras_userdata_new
326 </SECTION>
327
328 <SECTION>
329 <FILE>virtu_syscall</FILE>
330 <TITLE>System calls abstraction layer</TITLE>
331 gras_os_time
332 gras_os_sleep
333 </SECTION>
334
335 <SECTION>
336 <FILE>virtu_fs</FILE>
337 <TITLE>File system</TITLE>
338 gras_fs_fopen
339 </SECTION>
340
341 <SECTION>
342 <FILE>cruft</FILE>
343 <TITLE>Cruft to ignore in the documentation</TITLE>
344 <SUBSECTION Standard>
345 BEGIN_DECL
346 END_DECL
347 PACKAGE
348 PACKAGE_BUGREPORT
349 PACKAGE_NAME
350 PACKAGE_STRING
351 PACKAGE_TARNAME
352 PACKAGE_VERSION
353 VERSION
354 HAVE_UNISTD_H
355 HAVE_STDLIB_H
356 HAVE_DLFCN_H
357 HAVE_STDINT_H
358 HAVE_STRING_H
359 HAVE_STRINGS_H
360 HAVE_MEMORY_H
361 HAVE_SYS_STAT_H
362 HAVE_INTTYPES_H
363 HAVE_SYS_TYPES_H
364 STDC_HEADERS
365 </SECTION>