#include "help.h"
|
| help_system (interpreter &interp) |
|
std::string | built_in_docstrings_file () const |
|
octave_value | built_in_docstrings_file (const octave_value_list &args, int nargout) |
|
std::string | built_in_docstrings_file (const std::string &file) |
|
std::string | doc_cache_file () const |
|
octave_value | doc_cache_file (const octave_value_list &args, int nargout) |
|
std::string | doc_cache_file (const std::string &file) |
|
void | get_help_text (const std::string &name, std::string &text, std::string &format) const |
|
void | get_help_text_from_file (const std::string &fname, std::string &text, std::string &format) const |
|
std::string | info_file () const |
|
octave_value | info_file (const octave_value_list &args, int nargout) |
|
std::string | info_file (const std::string &file) |
|
std::string | info_program () const |
|
octave_value | info_program (const octave_value_list &args, int nargout) |
|
std::string | info_program (const std::string &file) |
|
string_vector | make_name_list () const |
|
std::string | makeinfo_program () const |
|
octave_value | makeinfo_program (const octave_value_list &args, int nargout) |
|
std::string | makeinfo_program (const std::string &file) |
|
std::string | raw_help (const std::string &, bool &) const |
|
bool | suppress_verbose_help_message () const |
|
bool | suppress_verbose_help_message (bool flag) |
|
octave_value | suppress_verbose_help_message (const octave_value_list &args, int nargout) |
|
std::string | texi_macros_file () const |
|
octave_value | texi_macros_file (const octave_value_list &args, int nargout) |
|
std::string | texi_macros_file (const std::string &file) |
|
std::string | which (const std::string &name) const |
|
std::string | which (const std::string &name, std::string &type) const |
|
Definition at line 44 of file help.h.
◆ help_system()
◆ built_in_docstrings_file() [1/3]
std::string help_system::built_in_docstrings_file |
( |
| ) |
const |
|
inline |
◆ built_in_docstrings_file() [2/3]
◆ built_in_docstrings_file() [3/3]
std::string help_system::built_in_docstrings_file |
( |
const std::string & |
file | ) |
|
|
inline |
◆ doc_cache_file() [1/3]
std::string help_system::doc_cache_file |
( |
| ) |
const |
|
inline |
◆ doc_cache_file() [2/3]
◆ doc_cache_file() [3/3]
std::string help_system::doc_cache_file |
( |
const std::string & |
file | ) |
|
|
inline |
◆ get_help_text()
void help_system::get_help_text |
( |
const std::string & |
name, |
|
|
std::string & |
text, |
|
|
std::string & |
format |
|
) |
| const |
◆ get_help_text_from_file()
void help_system::get_help_text_from_file |
( |
const std::string & |
fname, |
|
|
std::string & |
text, |
|
|
std::string & |
format |
|
) |
| const |
◆ info_file() [1/3]
std::string help_system::info_file |
( |
| ) |
const |
|
inline |
◆ info_file() [2/3]
◆ info_file() [3/3]
std::string help_system::info_file |
( |
const std::string & |
file | ) |
|
|
inline |
◆ info_program() [1/3]
std::string help_system::info_program |
( |
| ) |
const |
|
inline |
◆ info_program() [2/3]
◆ info_program() [3/3]
std::string help_system::info_program |
( |
const std::string & |
file | ) |
|
|
inline |
◆ make_name_list()
◆ makeinfo_program() [1/3]
std::string help_system::makeinfo_program |
( |
| ) |
const |
|
inline |
◆ makeinfo_program() [2/3]
◆ makeinfo_program() [3/3]
std::string help_system::makeinfo_program |
( |
const std::string & |
file | ) |
|
|
inline |
◆ raw_help()
std::string help_system::raw_help |
( |
const std::string & |
, |
|
|
bool & |
|
|
) |
| const |
◆ suppress_verbose_help_message() [1/3]
bool help_system::suppress_verbose_help_message |
( |
| ) |
const |
|
inline |
◆ suppress_verbose_help_message() [2/3]
bool help_system::suppress_verbose_help_message |
( |
bool |
flag | ) |
|
|
inline |
◆ suppress_verbose_help_message() [3/3]
◆ texi_macros_file() [1/3]
std::string help_system::texi_macros_file |
( |
| ) |
const |
|
inline |
◆ texi_macros_file() [2/3]
◆ texi_macros_file() [3/3]
std::string help_system::texi_macros_file |
( |
const std::string & |
file | ) |
|
|
inline |
◆ which() [1/2]
std::string help_system::which |
( |
const std::string & |
name | ) |
const |
◆ which() [2/2]
std::string help_system::which |
( |
const std::string & |
name, |
|
|
std::string & |
type |
|
) |
| const |
The documentation for this class was generated from the following file: