![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <cstddef>#include <iomanip>#include <iostream>#include <istream>#include <map>#include <set>#include <sstream>#include <string>#include <utility>#include <vector>#include <stdexcept>#include <boost/format.hpp>#include <boost/spirit/include/qi.hpp>#include <boost/lexical_cast.hpp>#include <boost/fusion/include/adapt_struct.hpp>#include <boost/fusion/include/std_pair.hpp>#include <boost/config/warning_disable.hpp>#include <boost/spirit/include/qi_numeric.hpp>#include <boost/spirit/include/phoenix_core.hpp>#include <boost/spirit/include/phoenix_function.hpp>#include <boost/spirit/include/phoenix_fusion.hpp>#include <boost/spirit/include/phoenix_object.hpp>#include <boost/spirit/include/phoenix_operator.hpp>#include <boost/spirit/include/phoenix_stl.hpp>#include <boost/spirit/include/support_multi_pass.hpp>#include <boost/tuple/tuple.hpp>#include <boost/variant/apply_visitor.hpp>#include <boost/variant/recursive_variant.hpp>#include <boost/spirit/include/version.hpp>#include <boost/spirit/home/support/iterators/line_pos_iterator.hpp>#include <stan/gm/ast.hpp>#include <stan/gm/grammars/whitespace_grammar.hpp>#include <stan/gm/grammars/expression_grammar.hpp>#include <stan/gm/grammars/var_decls_grammar.hpp>#include <stan/gm/grammars/statement_grammar.hpp>#include <stan/gm/grammars/program_grammar.hpp>#include <stan/gm/grammars/functions_grammar.hpp>Go to the source code of this file.
Functions | |
| BOOST_FUSION_ADAPT_STRUCT (stan::gm::program,(std::vector< stan::gm::function_decl_def >, function_decl_defs_)(std::vector< stan::gm::var_decl >, data_decl_)(DUMMY_STRUCT::type, derived_data_decl_)(std::vector< stan::gm::var_decl >, parameter_decl_)(DUMMY_STRUCT::type, derived_decl_)(stan::gm::statement, statement_)(DUMMY_STRUCT::type, generated_decl_)) namespace stan | |
| BOOST_FUSION_ADAPT_STRUCT | ( | stan::gm::program | , |
| (std::vector< stan::gm::function_decl_def >, function_decl_defs_)(std::vector< stan::gm::var_decl >, data_decl_)(DUMMY_STRUCT::type, derived_data_decl_)(std::vector< stan::gm::var_decl >, parameter_decl_)(DUMMY_STRUCT::type, derived_decl_)(stan::gm::statement, statement_)(DUMMY_STRUCT::type, generated_decl_) | |||
| ) |
Definition at line 54 of file program_grammar_def.hpp.