Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
fun
print_var_origin.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_AST_FUN_PRINT_VAR_ORIGIN_HPP
2
#define STAN_LANG_AST_FUN_PRINT_VAR_ORIGIN_HPP
3
4
#include <
stan/lang/ast/var_origin.hpp
>
5
#include <ostream>
6
7
namespace
stan
{
8
namespace
lang {
9
17
void
print_var_origin
(std::ostream& o,
const
var_origin
& vo);
18
19
}
20
}
21
#endif
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::print_var_origin
void print_var_origin(std::ostream &o, const var_origin &vo)
Write a user-readable version of the specified variable to origin to the specified output stream...
Definition:
print_var_origin_def.hpp:9
var_origin.hpp
stan::lang::var_origin
int var_origin
The type of a variable indicating where a variable was declared.
Definition:
var_origin.hpp:12
[
Stan Home Page
]
© 2011–2016, Stan Development Team.