Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
e9cb3bbcadcbf210c0e79e5f37beed5719797db7
[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 CWARNING6
33 CERROR6
34 CCRITICAL6
35
36
37 DEBUG6
38 VERB6
39 INFO6
40 WARNING6
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 CWARNING0
75 CWARNING1
76 CWARNING2
77 CWARNING3
78 CWARNING4
79 CWARNING5
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 WARNING0
119 WARNING1
120 WARNING2
121 WARNING3
122 WARNING4
123 WARNING5
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_insert
169 gras_dict_insert_ext
170 gras_dict_retrieve
171 gras_dict_retrieve_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
253
254
255
256
257
258 <SECTION>
259 <FILE>comm_datadesc</FILE>
260 <TITLE>Data description</TITLE>
261 gras_datadesc_from_nws
262 gras_datadesc_parse
263 gras_datadesc_copy_data
264
265 gras_datadesc_declare_array
266 gras_datadesc_declare_array_dyn
267 gras_datadesc_declare_ref
268 gras_datadesc_declare_ref_disc
269 gras_datadesc_declare_struct
270 gras_datadesc_declare_struct_add_code
271 gras_datadesc_declare_struct_add_name
272 gras_datadesc_declare_union
273 gras_datadesc_declare_union_add_code
274 gras_datadesc_declare_union_add_name
275 </SECTION>
276
277 <SECTION>
278 <FILE>comm_datadesc_expert</FILE>
279 <TITLE>Advanced Data description</TITLE>
280 gras_datadesc_declare_array_cb
281 gras_datadesc_declare_ref_cb
282 gras_datadesc_declare_struct_add_code_cb
283 gras_datadesc_declare_struct_add_name_cb
284 gras_datadesc_declare_struct_cb
285 gras_datadesc_declare_union_add_code_cb
286 gras_datadesc_declare_union_add_name_cb
287 gras_datadesc_declare_union_cb
288
289
290 gras_dd_cbps_block_begin
291 gras_dd_cbps_block_end
292 gras_dd_cbps_get
293 gras_dd_cbps_pop
294 gras_dd_cbps_push
295 gras_dd_cbps_set
296 </SECTION>
297
298 <SECTION>
299 <FILE>dd_internal</FILE>
300 <TITLE>Implementation of data description</TITLE>
301 gras_ddt_free
302 gras_ddt_get_by_code
303 gras_ddt_get_by_name
304 gras_ddt_new_array
305 gras_ddt_new_from_nws
306 gras_ddt_new_ignored
307 gras_ddt_new_parse
308 gras_ddt_new_ref
309 gras_ddt_new_scalar
310 gras_ddt_new_struct
311 gras_ddt_new_struct_append
312 gras_ddt_new_union
313 gras_ddt_new_union_append
314 gras_ddt_register
315 </SECTION>
316
317 <SECTION>
318 <FILE>comm_socks</FILE>
319 <TITLE>Sockets</TITLE>
320 gras_socket_client
321 gras_socket_server
322 gras_socket_close
323 gras_socket_peer_name
324 gras_socket_peer_addr
325 </SECTION>
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340 <SECTION>
341 <FILE>comm_messages</FILE>
342 <TITLE>Messages</TITLE>
343 gras_msgtype_register
344 gras_cb_t
345 gras_cb_register
346 gras_msg_new
347 gras_msg_free
348 gras_msg_handle
349 gras_msg_send
350 gras_msg_wait
351 </SECTION>
352
353 <SECTION>
354 <FILE>virtu_globals</FILE>
355 <TITLE>Globals</TITLE>
356 gras_userdata_get
357 gras_userdata_set
358 gras_userdata_new
359 </SECTION>
360
361 <SECTION>
362 <FILE>virtu_syscall</FILE>
363 <TITLE>System calls abstraction layer</TITLE>
364 gras_time
365 gras_sleep
366 </SECTION>
367
368 <SECTION>
369 <FILE>virtu_fs</FILE>
370 <TITLE>File system</TITLE>
371 gras_fs_fopen
372 </SECTION>
373
374
375
376 <SECTION>
377 <FILE>gras_private</FILE>
378 gras_lock
379 gras_unlock
380 gras_msg_discard
381 FormatTypes
382 gras_datadesc_cmp
383 SIMPLE_TYPE_COUNT
384 </SECTION>
385
386 <SECTION>
387 <FILE>gras_rl</FILE>
388 <TITLE>Real life specific stuff</TITLE>
389 grasMsgRecv
390 ConvertData
391 DataSize
392 DifferentFormat
393 DifferentOrder
394 DifferentSize
395 HomogenousConvertData
396 HomogenousDataSize
397 ReverseData
398 <SUBSECTION Standard>
399 headerDescriptorCount
400 countDescriptorCount
401 PEER_NAME_LEN
402 </SECTION>
403
404 <SECTION>
405 <FILE>gras_sg</FILE>
406 CloseSocket
407 </SECTION>
408
409
410
411
412
413 <SECTION>
414 <FILE>cruft</FILE>
415 <TITLE>Cruft to ignore in the documentation</TITLE>
416 <SUBSECTION Standard>
417 BEGIN_DECL
418 END_DECL
419 PACKAGE
420 PACKAGE_BUGREPORT
421 PACKAGE_NAME
422 PACKAGE_STRING
423 PACKAGE_TARNAME
424 PACKAGE_VERSION
425 VERSION
426 HAVE_UNISTD_H
427 HAVE_STDLIB_H
428 HAVE_DLFCN_H
429 HAVE_STDINT_H
430 HAVE_STRING_H
431 HAVE_STRINGS_H
432 HAVE_MEMORY_H
433 HAVE_SYS_STAT_H
434 HAVE_INTTYPES_H
435 HAVE_SYS_TYPES_H
436 STDC_HEADERS
437 </SECTION>