![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <stan/lang/ast.hpp>
#include <stan/lang/grammars/program_grammar.hpp>
#include <stan/lang/grammars/semantic_actions.hpp>
#include <boost/format.hpp>
#include <boost/fusion/include/std_pair.hpp>
#include <boost/spirit/home/support/iterators/line_pos_iterator.hpp>
#include <boost/spirit/include/phoenix_core.hpp>
#include <boost/spirit/include/qi.hpp>
#include <iomanip>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Functions | |
BOOST_FUSION_ADAPT_STRUCT (stan::lang::program,(std::vector< stan::lang::function_decl_def >, function_decl_defs_)(std::vector< stan::lang::var_decl >, data_decl_)(DUMMY_STRUCT::type, derived_data_decl_)(std::vector< stan::lang::var_decl >, parameter_decl_)(DUMMY_STRUCT::type, derived_decl_)(stan::lang::statement, statement_)(DUMMY_STRUCT::type, generated_decl_)) namespace stan | |
BOOST_FUSION_ADAPT_STRUCT | ( | stan::lang::program | , |
(std::vector< stan::lang::function_decl_def >, function_decl_defs_)(std::vector< stan::lang::var_decl >, data_decl_)(DUMMY_STRUCT::type, derived_data_decl_)(std::vector< stan::lang::var_decl >, parameter_decl_)(DUMMY_STRUCT::type, derived_decl_)(stan::lang::statement, statement_)(DUMMY_STRUCT::type, generated_decl_) | |||
) |
Definition at line 26 of file program_grammar_def.hpp.