Stan  2.10.0
probability, sampling & optimization
base_interrupt.hpp
Go to the documentation of this file.
1 #ifndef STAN_INTERFACE_CALLBACKS_INTERRUPT_BASE_INTERRUPT_HPP
2 #define STAN_INTERFACE_CALLBACKS_INTERRUPT_BASE_INTERRUPT_HPP
3 
4 namespace stan {
5  namespace interface_callbacks {
6  namespace interrupt {
7 
8  class base_interrupt {
9  public:
11  virtual void operator()() = 0;
12  };
13 
14  }
15  }
16 }
17 
18 #endif
Probability, optimization and sampling library.

     [ Stan Home Page ] © 2011–2016, Stan Development Team.