5 #ifndef DYNAMIC_GRAPH_FWD_HH
6 #define DYNAMIC_GRAPH_FWD_HH
8 #include <boost/smart_ptr.hpp>
12 typedef int64_t sigtime_t;
15 using boost::const_pointer_cast;
16 using boost::dynamic_pointer_cast;
17 using boost::make_shared;
18 using boost::shared_ptr;
19 using boost::static_pointer_cast;
20 using boost::weak_ptr;
26 class EntityRegisterer;
27 class ExceptionAbstract;
28 class ExceptionFactory;
29 class ExceptionSignal;
30 class ExceptionTraces;
33 typedef shared_ptr<Interpreter> InterpreterShPtr_t;
34 class InterpreterHelper;
36 class OutStringStream;
43 template <
typename T,
typename Time>
46 template <
typename Time>
49 template <
typename Time>
50 class SignalArray_const;
52 template <
typename Time>
55 template <
typename T,
typename Time>
57 template <
typename T,
typename Time>
58 class SignalTimeDependent;
59 template <
typename Time>