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 "api-v49+" |
#define | OCTAVE_COPYRIGHT "Copyright (C) 2013 John W. Eaton and others." |
#define | OCTAVE_RELEASE_DATE "2013-12-27" |
#define | OCTAVE_VERSION "3.8.0" |
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 "api-v49+" |
Definition at line 29 of file version.h.
Referenced by check_version(), Foctave_config_info(), and initialize().
#define OCTAVE_COPYRIGHT "Copyright (C) 2013 John W. Eaton and others." |
Definition at line 33 of file version.h.
Referenced by octave_name_version_and_copyright().
#define OCTAVE_RELEASE_DATE "2013-12-27" |
Definition at line 31 of file version.h.
Referenced by initialize_version_info(), and news_reader::process().
OCTINTERP_API std::string octave_bugs_statement | ( | bool | html = false | ) |
Definition at line 62 of file version.cc.
OCTINTERP_API std::string octave_contrib_statement | ( | bool | html = false | ) |
Definition at line 54 of file version.cc.
OCTINTERP_API std::string octave_name_version_and_copyright | ( | void | ) |
Definition at line 69 of file version.cc.
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.
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.
OCTINTERP_API std::string octave_startup_message | ( | bool | html = false | ) |
Definition at line 118 of file version.cc.
OCTINTERP_API std::string octave_www_statement | ( | bool | html = false | ) |
Definition at line 47 of file version.cc.