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

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