lemon/simann.h
changeset 1945 e5c0c5cc477f
parent 1918 09415ae11103
child 1956 a055123339d5
equal deleted inserted replaced
2:6933d6353745 3:12a7ea85dca3
       
     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;