GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
help.h File Reference
#include <iosfwd>
#include <string>
Include dependency graph for help.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTINTERP_API std::string do_which (const std::string &name)
 
OCTINTERP_API void install_built_in_docstrings (void)
 
string_vector make_name_list (void)
 
OCTINTERP_API std::string raw_help (const std::string &, bool &)
 

Variables

OCTINTERP_API std::string Vdoc_cache_file
 
OCTINTERP_API std::string Vinfo_file
 
OCTINTERP_API std::string Vinfo_program
 
OCTINTERP_API std::string Vtexi_macros_file
 

Function Documentation

OCTINTERP_API std::string do_which ( const std::string &  name)

Definition at line 1283 of file help.cc.

References do_which().

OCTINTERP_API void install_built_in_docstrings ( void  )
string_vector make_name_list ( void  )
OCTINTERP_API std::string raw_help ( const std::string &  ,
bool  
)

Variable Documentation

OCTINTERP_API std::string Vdoc_cache_file

Definition at line 73 of file help.cc.

Referenced by set_default_doc_cache_file().

OCTINTERP_API std::string Vinfo_file

Definition at line 82 of file help.cc.

Referenced by set_default_info_file(), and webinfo::webinfo().

OCTINTERP_API std::string Vinfo_program

Definition at line 86 of file help.cc.

Referenced by set_default_info_prog().

OCTINTERP_API std::string Vtexi_macros_file

Definition at line 78 of file help.cc.

Referenced by set_default_texi_macros_file().