Stan
2.10.0
probability, sampling & optimization
Main Page
Namespaces
Classes
Files
File List
File Members
src
stan
interface_callbacks
interrupt
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
:
10
base_interrupt
() {}
11
virtual
void
operator()
() = 0;
12
};
13
14
}
15
}
16
}
17
18
#endif
stan::interface_callbacks::interrupt::base_interrupt::base_interrupt
base_interrupt()
Definition:
base_interrupt.hpp:10
stan::interface_callbacks::interrupt::base_interrupt::operator()
virtual void operator()()=0
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::interface_callbacks::interrupt::base_interrupt
Definition:
base_interrupt.hpp:8
[
Stan Home Page
]
© 2011–2016, Stan Development Team.