Stan
2.5.0
probability, sampling & optimization
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
stan
gm
grammars
common_adaptors_def.hpp
Go to the documentation of this file.
1
#ifndef STAN__GM__PARSER__COMMON_ADAPTORS_DEF__HPP
2
#define STAN__GM__PARSER__COMMON_ADAPTORS_DEF__HPP
3
4
#include <boost/fusion/include/adapt_struct.hpp>
5
6
#include <
stan/gm/ast.hpp
>
7
8
BOOST_FUSION_ADAPT_STRUCT
(
stan::gm::range
,
9
(
stan::gm::expression
, low_)
10
(
stan::gm::expression
, high_) )
11
12
13
#endif
stan::gm::range
Definition:
ast.hpp:401
stan::gm::expression
Definition:
ast.hpp:216
BOOST_FUSION_ADAPT_STRUCT
BOOST_FUSION_ADAPT_STRUCT(stan::gm::expr_type,(stan::gm::base_expr_type, base_type_)(size_t, num_dims_))
ast.hpp
[
Stan Home Page
]
© 2011–2014, Stan Development Team.