Stan  2.14.0
probability, sampling & optimization
fun_name_exists_def.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_FUN_NAME_EXISTS_DEF_HPP
2 #define STAN_LANG_AST_FUN_FUN_NAME_EXISTS_DEF_HPP
3 
4 #include <stan/lang/ast.hpp>
5 #include <string>
6 
7 namespace stan {
8  namespace lang {
9 
10  bool fun_name_exists(const std::string& name) {
12  }
13 
14  }
15 }
16 #endif
Probability, optimization and sampling library.
static function_signatures & instance()
Return the instance of this singleton.
bool fun_name_exists(const std::string &name)
Return true if the function name has been declared as a built-in or by the user.
bool has_key(const std::string &key) const
Return true if specified key is the name of a declared function.

     [ Stan Home Page ] © 2011–2016, Stan Development Team.