#include "help.h"
|
| help_system (interpreter &interp) |
|
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 | built_in_docstrings_file (void) const |
|
octave_value | doc_cache_file (const octave_value_list &args, int nargout) |
|
std::string | doc_cache_file (const std::string &file) |
|
std::string | doc_cache_file (void) const |
|
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 |
|
octave_value | info_file (const octave_value_list &args, int nargout) |
|
std::string | info_file (const std::string &file) |
|
std::string | info_file (void) const |
|
octave_value | info_program (const octave_value_list &args, int nargout) |
|
std::string | info_program (const std::string &file) |
|
std::string | info_program (void) const |
|
string_vector | make_name_list (void) const |
|
octave_value | makeinfo_program (const octave_value_list &args, int nargout) |
|
std::string | makeinfo_program (const std::string &file) |
|
std::string | makeinfo_program (void) const |
|
std::string | raw_help (const std::string &, bool &) const |
|
bool | suppress_verbose_help_message (bool flag) |
|
octave_value | suppress_verbose_help_message (const octave_value_list &args, int nargout) |
|
bool | suppress_verbose_help_message (void) const |
|
octave_value | texi_macros_file (const octave_value_list &args, int nargout) |
|
std::string | texi_macros_file (const std::string &file) |
|
std::string | texi_macros_file (void) const |
|
std::string | which (const std::string &name) const |
|
std::string | which (const std::string &name, std::string &type) const |
|
Definition at line 43 of file help.h.
◆ help_system()
octave::help_system::help_system |
( |
interpreter & |
interp | ) |
|
|
inline |
◆ built_in_docstrings_file() [1/3]
◆ built_in_docstrings_file() [2/3]
std::string octave::help_system::built_in_docstrings_file |
( |
const std::string & |
file | ) |
|
|
inline |
◆ built_in_docstrings_file() [3/3]
std::string octave::help_system::built_in_docstrings_file |
( |
void |
| ) |
const |
|
inline |
◆ doc_cache_file() [1/3]
◆ doc_cache_file() [2/3]
std::string octave::help_system::doc_cache_file |
( |
const std::string & |
file | ) |
|
|
inline |
◆ doc_cache_file() [3/3]
std::string octave::help_system::doc_cache_file |
( |
void |
| ) |
const |
|
inline |
◆ get_help_text()
void octave::help_system::get_help_text |
( |
const std::string & |
name, |
|
|
std::string & |
text, |
|
|
std::string & |
format |
|
) |
| const |
◆ get_help_text_from_file()
void octave::help_system::get_help_text_from_file |
( |
const std::string & |
fname, |
|
|
std::string & |
text, |
|
|
std::string & |
format |
|
) |
| const |
◆ info_file() [1/3]
◆ info_file() [2/3]
std::string octave::help_system::info_file |
( |
const std::string & |
file | ) |
|
|
inline |
◆ info_file() [3/3]
std::string octave::help_system::info_file |
( |
void |
| ) |
const |
|
inline |
◆ info_program() [1/3]
◆ info_program() [2/3]
std::string octave::help_system::info_program |
( |
const std::string & |
file | ) |
|
|
inline |
◆ info_program() [3/3]
std::string octave::help_system::info_program |
( |
void |
| ) |
const |
|
inline |
◆ init_built_in_docstrings_file()
static std::string octave::help_system::init_built_in_docstrings_file |
( |
void |
| ) |
|
|
staticprivate |
◆ init_doc_cache_file()
static std::string octave::help_system::init_doc_cache_file |
( |
void |
| ) |
|
|
staticprivate |
◆ init_info_file()
static std::string octave::help_system::init_info_file |
( |
void |
| ) |
|
|
staticprivate |
◆ init_info_program()
static std::string octave::help_system::init_info_program |
( |
void |
| ) |
|
|
staticprivate |
◆ init_texi_macros_file()
static std::string octave::help_system::init_texi_macros_file |
( |
void |
| ) |
|
|
staticprivate |
◆ local_functions()
string_vector octave::help_system::local_functions |
( |
void |
| ) |
const |
|
private |
◆ make_name_list()
◆ makeinfo_program() [1/3]
◆ makeinfo_program() [2/3]
std::string octave::help_system::makeinfo_program |
( |
const std::string & |
file | ) |
|
|
inline |
◆ makeinfo_program() [3/3]
std::string octave::help_system::makeinfo_program |
( |
void |
| ) |
const |
|
inline |
◆ raw_help()
std::string octave::help_system::raw_help |
( |
const std::string & |
, |
|
|
bool & |
|
|
) |
| const |
◆ raw_help_from_docstrings_file()
bool octave::help_system::raw_help_from_docstrings_file |
( |
const std::string & |
nm, |
|
|
std::string & |
h, |
|
|
bool & |
symbol_found |
|
) |
| const |
|
private |
◆ raw_help_from_file()
bool octave::help_system::raw_help_from_file |
( |
const std::string & |
nm, |
|
|
std::string & |
h, |
|
|
std::string & |
file, |
|
|
bool & |
symbol_found |
|
) |
| const |
|
private |
◆ raw_help_from_symbol_table()
bool octave::help_system::raw_help_from_symbol_table |
( |
const std::string & |
nm, |
|
|
std::string & |
h, |
|
|
std::string & |
w, |
|
|
bool & |
symbol_found |
|
) |
| const |
|
private |
◆ set()
template<typename T >
T octave::help_system::set |
( |
T & |
var, |
|
|
const T & |
new_val |
|
) |
| |
|
inlineprivate |
◆ suppress_verbose_help_message() [1/3]
bool octave::help_system::suppress_verbose_help_message |
( |
bool |
flag | ) |
|
|
inline |
◆ suppress_verbose_help_message() [2/3]
◆ suppress_verbose_help_message() [3/3]
bool octave::help_system::suppress_verbose_help_message |
( |
void |
| ) |
const |
|
inline |
◆ texi_macros_file() [1/3]
◆ texi_macros_file() [2/3]
std::string octave::help_system::texi_macros_file |
( |
const std::string & |
file | ) |
|
|
inline |
◆ texi_macros_file() [3/3]
std::string octave::help_system::texi_macros_file |
( |
void |
| ) |
const |
|
inline |
◆ which() [1/2]
std::string octave::help_system::which |
( |
const std::string & |
name | ) |
const |
◆ which() [2/2]
std::string octave::help_system::which |
( |
const std::string & |
name, |
|
|
std::string & |
type |
|
) |
| const |
◆ m_built_in_docstrings_file
std::string octave::help_system::m_built_in_docstrings_file |
|
private |
◆ m_doc_cache_file
std::string octave::help_system::m_doc_cache_file |
|
private |
◆ m_info_file
std::string octave::help_system::m_info_file |
|
private |
◆ m_info_program
std::string octave::help_system::m_info_program |
|
private |
◆ m_interpreter
◆ m_makeinfo_program
std::string octave::help_system::m_makeinfo_program |
|
private |
◆ m_suppress_verbose_help_message
bool octave::help_system::m_suppress_verbose_help_message |
|
private |
◆ m_texi_macros_file
std::string octave::help_system::m_texi_macros_file |
|
private |
The documentation for this class was generated from the following file: