Stan
2.10.0
probability, sampling & optimization
Main Page
Namespaces
Classes
Files
File List
File Members
src
stan
interface_callbacks
interrupt
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
4
#include <
stan/interface_callbacks/interrupt/base_interrupt.hpp
>
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
stan::interface_callbacks::interrupt::noop::operator()
void operator()()
Definition:
noop.hpp:13
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
base_interrupt.hpp
stan::interface_callbacks::interrupt::base_interrupt
Definition:
base_interrupt.hpp:8
stan::interface_callbacks::interrupt::noop
Definition:
noop.hpp:10
stan::interface_callbacks::interrupt::noop::noop
noop()
Definition:
noop.hpp:12
[
Stan Home Page
]
© 2011–2016, Stan Development Team.