GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <string>
Go to the source code of this file.
Macros | |
#define | OCTAVE_API_VERSION %OCTAVE_API_VERSION% |
#define | OCTAVE_COPYRIGHT %OCTAVE_COPYRIGHT% |
#define | OCTAVE_RELEASE_DATE %OCTAVE_RELEASE_DATE% |
#define | OCTAVE_VERSION %OCTAVE_VERSION% |
Functions | |
OCTINTERP_API std::string | octave_bugs_statement (bool html=false) |
OCTINTERP_API std::string | octave_contrib_statement (bool html=false) |
OCTINTERP_API std::string | octave_name_version_and_copyright (void) |
OCTINTERP_API std::string | octave_name_version_copyright_copying_and_warranty (bool html=false, const std::string &extra_info=std::string()) |
OCTINTERP_API std::string | octave_name_version_copyright_copying_warranty_and_bugs (bool html=false, const std::string &extra_info=std::string()) |
OCTINTERP_API std::string | octave_startup_message (bool html=false) |
OCTINTERP_API std::string | octave_www_statement (bool html=false) |
#define OCTAVE_API_VERSION %OCTAVE_API_VERSION% |
Definition at line 29 of file version.in.h.
#define OCTAVE_COPYRIGHT %OCTAVE_COPYRIGHT% |
Definition at line 33 of file version.in.h.
#define OCTAVE_RELEASE_DATE %OCTAVE_RELEASE_DATE% |
Definition at line 31 of file version.in.h.
#define OCTAVE_VERSION %OCTAVE_VERSION% |
Definition at line 27 of file version.in.h.
OCTINTERP_API std::string octave_bugs_statement | ( | bool | html = false | ) |
Definition at line 62 of file version.cc.
References format_url().
Referenced by octave_name_version_copyright_copying_warranty_and_bugs(), and octave_print_verbose_usage_and_exit().
OCTINTERP_API std::string octave_contrib_statement | ( | bool | html = false | ) |
Definition at line 54 of file version.cc.
References format_url().
Referenced by octave_name_version_copyright_copying_warranty_and_bugs(), and octave_print_verbose_usage_and_exit().
OCTINTERP_API std::string octave_name_version_and_copyright | ( | void | ) |
Definition at line 69 of file version.cc.
References OCTAVE_COPYRIGHT, and OCTAVE_VERSION.
Referenced by Fwarranty(), and octave_name_version_copyright_copying_and_warranty().
OCTINTERP_API std::string octave_name_version_copyright_copying_and_warranty | ( | bool | html = false , |
const std::string & | extra_info = std::string() |
||
) |
Definition at line 80 of file version.cc.
References OCTAVE_CANONICAL_HOST_TYPE, octave_name_version_and_copyright(), and octave_warranty_statement().
Referenced by octave_name_version_copyright_copying_warranty_and_bugs(), and octave_print_verbose_usage_and_exit().
OCTINTERP_API std::string octave_name_version_copyright_copying_warranty_and_bugs | ( | bool | html = false , |
const std::string & | extra_info = std::string() |
||
) |
Definition at line 96 of file version.cc.
References octave_bugs_statement(), octave_contrib_statement(), octave_name_version_copyright_copying_and_warranty(), and octave_www_statement().
Referenced by octave_print_version_and_exit(), octave_startup_message(), and main_window::show_about_octave().
OCTINTERP_API std::string octave_startup_message | ( | bool | html = false | ) |
Definition at line 118 of file version.cc.
References octave_name_version_copyright_copying_warranty_and_bugs().
Referenced by octave_execute_interpreter().
OCTINTERP_API std::string octave_www_statement | ( | bool | html = false | ) |
Definition at line 47 of file version.cc.
References format_url().
Referenced by octave_name_version_copyright_copying_warranty_and_bugs(), and octave_print_verbose_usage_and_exit().