Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
inline s4u/forward.hpp to its only include location
[simgrid.git] / include / simgrid / forward.h
1 /* Copyright (c) 2004-2018. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef SIMGRID_TYPES_H
7 #define SIMGRID_TYPES_H
8
9 #include <xbt/base.h>
10
11 #ifdef __cplusplus
12
13 #include <boost/intrusive_ptr.hpp>
14
15 namespace simgrid {
16
17 namespace s4u {
18 class Activity;
19 class Actor;
20 using ActorPtr = boost::intrusive_ptr<Actor>;
21 XBT_PUBLIC void intrusive_ptr_release(Actor* actor);
22 XBT_PUBLIC void intrusive_ptr_add_ref(Actor* actor);
23 class Comm;
24 using CommPtr = boost::intrusive_ptr<Comm>;
25 XBT_PUBLIC void intrusive_ptr_release(Comm* c);
26 XBT_PUBLIC void intrusive_ptr_add_ref(Comm* c);
27 class Engine;
28 class Exec;
29 using ExecPtr = boost::intrusive_ptr<Exec>;
30 XBT_PUBLIC void intrusive_ptr_release(Exec* e);
31 XBT_PUBLIC void intrusive_ptr_add_ref(Exec* e);
32 class Host;
33 class Link;
34 class Mailbox;
35 using MailboxPtr = boost::intrusive_ptr<Mailbox>;
36 XBT_PUBLIC void intrusive_ptr_release(Mailbox* m);
37 XBT_PUBLIC void intrusive_ptr_add_ref(Mailbox* m);
38 class Mutex;
39 XBT_PUBLIC void intrusive_ptr_release(Mutex* m);
40 XBT_PUBLIC void intrusive_ptr_add_ref(Mutex* m);
41 class NetZone;
42 class VirtualMachine;
43 class File;
44 class Storage;
45 } // namespace s4u
46
47 namespace config {
48 template <class T> class Flag;
49 }
50
51 namespace kernel {
52 class EngineImpl;
53 namespace actor {
54 class ActorImpl;
55 using ActorImplPtr = boost::intrusive_ptr<ActorImpl>;
56 } // namespace actor
57
58 namespace activity {
59   class ActivityImpl;
60   using ActivityImplPtr = boost::intrusive_ptr<ActivityImpl>;
61   XBT_PUBLIC void intrusive_ptr_add_ref(ActivityImpl* activity);
62   XBT_PUBLIC void intrusive_ptr_release(ActivityImpl* activity);
63
64   class CommImpl;
65   using CommImplPtr = boost::intrusive_ptr<CommImpl>;
66   class ExecImpl;
67   using ExecImplPtr = boost::intrusive_ptr<ExecImpl>;
68   class IoImpl;
69   using IoImplPtr = boost::intrusive_ptr<IoImpl>;
70   class MutexImpl;
71   using MutexImplPtr = boost::intrusive_ptr<MutexImpl>;
72   class RawImpl;
73   using RawImplPtr = boost::intrusive_ptr<RawImpl>;
74   class SleepImpl;
75   using SleepImplPtr = boost::intrusive_ptr<SleepImpl>;
76
77   class MailboxImpl;
78 }
79 namespace context {
80 class Context;
81 class ContextFactory;
82 } // namespace context
83 namespace lmm {
84 class Element;
85 class Variable;
86 class Constraint;
87 class ConstraintLight;
88 class System;
89 }
90 namespace resource {
91 class Action;
92 class Model;
93 class Resource;
94 class TraceEvent;
95 class LinkImpl;
96 class NetworkAction;
97 }
98 namespace routing {
99 class ClusterCreationArgs;
100 class LinkCreationArgs;
101 class NetPoint;
102 class NetZoneImpl;
103 class RouteCreationArgs;
104 }
105 } // namespace kernel
106 namespace simix {
107   class Host;
108 }
109 namespace surf {
110   class Cpu;
111   class CpuModel;
112   class HostImpl;
113   class HostModel;
114   class StorageImpl;
115   class StorageType;
116   class StorageModel;
117 }
118 namespace trace_mgr {
119   class trace;
120   class future_evt_set;
121 }
122 } // namespace simgrid
123
124 typedef simgrid::s4u::Actor s4u_Actor;
125 typedef simgrid::s4u::Host s4u_Host;
126 typedef simgrid::s4u::Link s4u_Link;
127 typedef simgrid::s4u::File s4u_File;
128 typedef simgrid::s4u::Storage s4u_Storage;
129 typedef simgrid::s4u::NetZone s4u_NetZone;
130 typedef simgrid::s4u::VirtualMachine s4u_VM;
131 typedef boost::intrusive_ptr<simgrid::kernel::activity::ActivityImpl> smx_activity_t;
132 typedef simgrid::trace_mgr::trace* tmgr_trace_t;
133
134 typedef simgrid::kernel::context::Context* smx_context_t;
135 typedef simgrid::kernel::actor::ActorImpl* smx_actor_t;
136 typedef simgrid::kernel::activity::MutexImpl* smx_mutex_t;
137 typedef simgrid::kernel::activity::MailboxImpl* smx_mailbox_t;
138 typedef simgrid::surf::StorageImpl* surf_storage_t;
139
140 #else
141
142 typedef struct s4u_Actor s4u_Actor;
143 typedef struct s4u_Host s4u_Host;
144 typedef struct s4u_Link s4u_Link;
145 typedef struct s4u_File s4u_File;
146 typedef struct s4u_Storage s4u_Storage;
147 typedef struct s4u_NetZone s4u_NetZone;
148 typedef struct s4u_VM s4u_VM;
149 typedef struct kernel_Activity* smx_activity_t;
150
151 typedef struct s_smx_context* smx_context_t;
152 typedef struct s_smx_actor* smx_actor_t;
153 typedef struct s_smx_mutex* smx_mutex_t;
154 typedef struct s_smx_mailbox* smx_mailbox_t;
155 typedef struct s_surf_storage* surf_storage_t;
156
157 #endif
158
159 typedef s4u_NetZone* sg_netzone_t;
160 typedef s4u_Host* sg_host_t;
161 typedef s4u_Link* sg_link_t;
162 typedef s4u_Storage* sg_storage_t;
163 typedef s4u_File* sg_file_t;
164 typedef s4u_VM* sg_vm_t;
165 typedef s4u_Actor* sg_actor_t;
166
167 typedef struct s_smx_simcall* smx_simcall_t;
168
169 /** @ingroup m_datatypes_management_details
170  * @brief Type for any simgrid size
171  */
172 typedef unsigned long long sg_size_t;
173
174 /** @ingroup m_datatypes_management_details
175  * @brief Type for any simgrid offset
176  */
177 typedef long long sg_offset_t;
178
179 typedef long aid_t;
180
181 #endif /* SIMGRID_TYPES_H */