Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc: create RegionSparse, RegionDense and RegionPrivatized (WIP)
[simgrid.git] / include / xbt.h
1 /* xbt.h - Public interface to the xbt (SimGrid's toolbox)                  */
2
3 /* Copyright (c) 2004-2019. The SimGrid Team.
4  * All rights reserved.                                                     */
5
6 /* This program is free software; you can redistribute it and/or modify it
7  * under the terms of the license (GNU LGPL) which comes with this package. */
8
9 #ifndef XBT_H
10 #define XBT_H
11
12 #include <xbt/misc.h>
13 #include <xbt/sysdep.h>
14 #include <xbt/str.h>
15 #include <xbt/function_types.h>
16
17 #include <xbt/asserts.h>
18 #include <xbt/log.h>
19
20 #include <xbt/module.h>
21
22 #include <xbt/dynar.h>
23 #include <xbt/dict.h>
24
25 #include <xbt/config.h>
26 #ifdef __cplusplus
27 #include <xbt/config.hpp>
28 #endif
29
30 #include <xbt/xbt_os_time.h>
31
32 #endif /* XBT_H */