equal
deleted
inserted
replaced
|
1 // -*- C++ -*- |
1 #ifndef LEMON_SIMANN_H |
2 #ifndef LEMON_SIMANN_H |
2 #define LEMON_SIMANN_H |
3 #define LEMON_SIMANN_H |
3 |
4 |
4 /// \ingroup experimental |
5 /// \ingroup experimental |
5 /// \file |
6 /// \file |
16 |
17 |
17 namespace lemon { |
18 namespace lemon { |
18 |
19 |
19 /// \addtogroup experimental |
20 /// \addtogroup experimental |
20 /// @{ |
21 /// @{ |
|
22 |
|
23 class SimAnnBase; |
21 |
24 |
22 /// \brief A base class for controllers. |
25 /// \brief A base class for controllers. |
23 class ControllerBase { |
26 class ControllerBase { |
24 public: |
27 public: |
25 friend class SimAnnBase; |
28 friend class SimAnnBase; |