#include <string>
#include "version.h"
Go to the source code of this file.
Functions | |
static std::string | format_url (bool html, const std::string &url) |
std::string | octave_bugs_statement (bool html) |
std::string | octave_contrib_statement (bool html) |
std::string | octave_name_version_and_copyright (void) |
std::string | octave_name_version_copyright_copying_and_warranty (bool html, const std::string &extra_info) |
std::string | octave_name_version_copyright_copying_warranty_and_bugs (bool html, const std::string &extra_info) |
std::string | octave_startup_message (bool html) |
static std::string | octave_warranty_statement (const std::string &extra_info="") |
std::string | octave_www_statement (bool html) |
|
static |
Definition at line 43 of file version.cc.
Referenced by octave_bugs_statement(), octave_contrib_statement(), and octave_www_statement().
std::string octave_bugs_statement | ( | bool | html | ) |
Definition at line 64 of file version.cc.
References format_url().
Referenced by octave_name_version_copyright_copying_warranty_and_bugs(), and octave_print_verbose_usage_and_exit().
std::string octave_contrib_statement | ( | bool | html | ) |
Definition at line 56 of file version.cc.
References format_url().
Referenced by octave_name_version_copyright_copying_warranty_and_bugs(), and octave_print_verbose_usage_and_exit().
std::string octave_name_version_and_copyright | ( | void | ) |
Definition at line 71 of file version.cc.
References OCTAVE_COPYRIGHT, and OCTAVE_VERSION.
Referenced by Fwarranty(), and octave_name_version_copyright_copying_and_warranty().
std::string octave_name_version_copyright_copying_and_warranty | ( | bool | html, |
const std::string & | extra_info | ||
) |
Definition at line 81 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().
std::string octave_name_version_copyright_copying_warranty_and_bugs | ( | bool | html, |
const std::string & | extra_info | ||
) |
Definition at line 99 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 octave::main_window::show_about_octave().
std::string octave_startup_message | ( | bool | html | ) |
Definition at line 122 of file version.cc.
References octave_name_version_copyright_copying_warranty_and_bugs().
Referenced by octave::interpreter::display_startup_message().
|
static |
Definition at line 35 of file version.cc.
Referenced by octave_name_version_copyright_copying_and_warranty().
std::string octave_www_statement | ( | bool | html | ) |
Definition at line 49 of file version.cc.
References format_url().
Referenced by octave_name_version_copyright_copying_warranty_and_bugs(), and octave_print_verbose_usage_and_exit().