Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more documentation reorganization
[simgrid.git] / cruft / doc / gras-sections.txt
1 <SECTION>
2 <FILE>core_err</FILE>
3 <TITLE>Errors</TITLE>
4 gras_error_t
5 gras_error_name
6 </SECTION>
7
8 <SECTION>
9 <FILE>core_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 GRAS_LOG_MAYDAY
138                
139 </SECTION>
140
141 <SECTION>
142 <FILE>core_dynar</FILE>
143 gras_dynar_new
144 gras_dynar_free
145 gras_dynar_free_container
146 gras_dynar_length
147 gras_dynar_reset
148 gras_dynar_get
149 gras_dynar_set
150 gras_dynar_remplace
151 gras_dynar_insert_at
152 gras_dynar_remove_at
153 gras_dynar_map
154 gras_dynar_push
155 gras_dynar_pop
156 gras_dynar_shift
157 gras_dynar_unshift
158 gras_dynar_foreach
159 </SECTION>
160
161 <SECTION>
162 <FILE>core_dico</FILE>
163 gras_dict_new
164 gras_dict_free
165 gras_dict_insert
166 gras_dict_retrieve
167 gras_dict_remove
168 gras_dict_dump
169 gras_dict_print
170 gras_dict_prints
171 gras_dict_cursor_new
172 gras_dict_cursor_free
173 gras_dict_cursor_next
174 gras_dict_cursor_rewind
175 gras_dict_cursor_get_data
176 gras_dict_cursor_get_key
177 </SECTION>
178
179 <SECTION>
180 <FILE>core_cfg</FILE>
181 gras_cfg_new
182 gras_cfg_cpy
183 gras_cfg_free
184 gras_cfg_dump
185
186 gras_cfg_register
187 gras_cfg_register_str
188 gras_cfg_check
189
190 gras_cfg_set_parse
191 gras_cfg_set
192 gras_cfg_set_vargs
193
194 gras_cfg_set_int
195 gras_cfg_set_double
196 gras_cfg_set_string
197 gras_cfg_set_host
198
199 gras_cfg_rm_int
200 gras_cfg_rm_double
201 gras_cfg_rm_string
202 gras_cfg_rm_host
203 gras_cfg_empty
204
205 gras_cfg_get_int
206 gras_cfg_get_double
207 gras_cfg_get_string
208 gras_cfg_get_host
209 gras_cfg_get_dynar
210
211 <SUBSECTION Standard>
212 gras_cfgelm_type_t
213 gras_cfg_get_type
214 </SECTION>
215
216
217
218
219
220
221
222
223
224
225 <SECTION>
226 <FILE>DataDesc</FILE>
227 <TITLE>DataDescriptor</TITLE>
228 DataTypes
229 SIMPLE_DATA
230 SIMPLE_MEMBER
231 PAD_BYTES
232 </SECTION>
233
234 <SECTION>
235 <FILE>Socks</FILE>
236 <TITLE>Sockets</TITLE>
237 gras_sock_client_open
238 gras_sock_server_open
239 gras_sock_close
240 gras_sock_get_peer_name
241 gras_sock_get_peer_addr
242 </SECTION>
243
244 <SECTION>
245 <FILE>Messages</FILE>
246 <TITLE>Messages</TITLE>
247 gras_msgtype_register
248 gras_cb_t
249 gras_cb_register
250 gras_msg_new
251 gras_msg_free
252 gras_msg_handle
253 gras_msg_send
254 gras_msg_wait
255 </SECTION>
256
257 <SECTION>
258 <FILE>Globals</FILE>
259 <TITLE>Globals</TITLE>
260 gras_userdata_get
261 gras_userdata_set
262 gras_userdata_new
263 </SECTION>
264
265 <SECTION>
266 <FILE>gras_private</FILE>
267 gras_lock
268 gras_unlock
269 gras_msg_discard
270 FormatTypes
271 gras_datadesc_cmp
272 SIMPLE_TYPE_COUNT
273 </SECTION>
274
275 <SECTION>
276 <FILE>gras_rl</FILE>
277 <TITLE>Real life specific stuff</TITLE>
278 grasMsgRecv
279 ConvertData
280 DataSize
281 DifferentFormat
282 DifferentOrder
283 DifferentSize
284 HomogenousConvertData
285 HomogenousDataSize
286 ReverseData
287 <SUBSECTION Standard>
288 headerDescriptorCount
289 countDescriptorCount
290 PEER_NAME_LEN
291 </SECTION>
292
293 <SECTION>
294 <FILE>gras_sg</FILE>
295 CloseSocket
296 </SECTION>
297
298
299
300
301
302 <SECTION>
303 <FILE>cruft</FILE>
304 <TITLE>Cruft to ignore in the documentation</TITLE>
305 <SUBSECTION Standard>
306 BEGIN_DECL
307 END_DECL
308 PACKAGE
309 PACKAGE_BUGREPORT
310 PACKAGE_NAME
311 PACKAGE_STRING
312 PACKAGE_TARNAME
313 PACKAGE_VERSION
314 VERSION
315 HAVE_UNISTD_H
316 HAVE_STDLIB_H
317 HAVE_DLFCN_H
318 HAVE_STDINT_H
319 HAVE_STRING_H
320 HAVE_STRINGS_H
321 HAVE_MEMORY_H
322 HAVE_SYS_STAT_H
323 HAVE_INTTYPES_H
324 HAVE_SYS_TYPES_H
325 STDC_HEADERS
326 </SECTION>