#include <iosfwd>
#include <string>
Go to the source code of this file.
Functions | |
std::string | do_which (const std::string &name) |
string_vector | make_name_list (void) |
OCTINTERP_API std::string | raw_help (const std::string &, bool &) |
Variables | |
std::string | Vdoc_cache_file |
std::string | Vinfo_file |
std::string | Vinfo_program |
std::string do_which | ( | const std::string & | name | ) |
Definition at line 1146 of file help.cc.
References do_which().
string_vector make_name_list | ( | void | ) |
Definition at line 771 of file help.cc.
References autoloaded_functions(), symbol_table::built_in_function_names(), symbol_table::cmdline_function_names(), load_path::fcn_names(), Array< T >::length(), and symbol_table::variable_names().
Referenced by generate_possible_completions().
OCTINTERP_API std::string raw_help | ( | const std::string & | , | |
bool & | ||||
) |
Definition at line 906 of file help.cc.
References f, keywords_map(), operators_map(), raw_help_from_file(), raw_help_from_map(), and raw_help_from_symbol_table().
Referenced by do_get_help_text().
std::string Vdoc_cache_file |
Definition at line 72 of file help.cc.
Referenced by set_default_doc_cache_file().
std::string Vinfo_file |
Definition at line 76 of file help.cc.
Referenced by set_default_info_file().
std::string Vinfo_program |
Definition at line 80 of file help.cc.
Referenced by set_default_info_prog().