#include <string>#include "version.h"Go to the source code of this file.
Functions | |
| std::string | octave_bugs_statement (bool html) |
| std::string | octave_contrib_statement (bool html) |
| std::string | octave_name_version_copyright (bool html) |
| std::string | octave_name_version_copyright_license (bool html) |
| std::string | octave_name_version_copyright_license_copying_warranty (bool html, const std::string &extra_info) |
| std::string | octave_name_version_copyright_license_copying_warranty_bugs (bool html, const std::string &extra_info) |
| std::string | octave_startup_message (bool html) |
| std::string | octave_www_statement (bool html) |
| std::string octave_bugs_statement | ( | bool | html | ) |
Definition at line 51 of file version.cc.
Referenced by octave_name_version_copyright_license_copying_warranty_bugs().
| std::string octave_contrib_statement | ( | bool | html | ) |
Definition at line 58 of file version.cc.
Referenced by octave_name_version_copyright_license_copying_warranty_bugs().
| std::string octave_name_version_copyright | ( | bool | html | ) |
Definition at line 65 of file version.cc.
References OCTAVE_VERSION.
Referenced by Fwarranty(), and octave_name_version_copyright_license().
| std::string octave_name_version_copyright_license | ( | bool | html | ) |
Definition at line 76 of file version.cc.
References octave_name_version_copyright().
Referenced by octave_name_version_copyright_license_copying_warranty().
| std::string octave_name_version_copyright_license_copying_warranty | ( | bool | html, |
| const std::string & | extra_info | ||
| ) |
Definition at line 95 of file version.cc.
References octave_name_version_copyright_license().
Referenced by octave_name_version_copyright_license_copying_warranty_bugs().
| std::string octave_name_version_copyright_license_copying_warranty_bugs | ( | bool | html, |
| const std::string & | extra_info | ||
| ) |
Definition at line 108 of file version.cc.
References octave_bugs_statement(), octave_contrib_statement(), octave_name_version_copyright_license_copying_warranty(), and octave_www_statement().
Referenced by octave_startup_message().
| std::string octave_startup_message | ( | bool | html | ) |
Definition at line 125 of file version.cc.
References octave_name_version_copyright_license_copying_warranty_bugs().
| std::string octave_www_statement | ( | bool | html | ) |
Definition at line 44 of file version.cc.
Referenced by octave_name_version_copyright_license_copying_warranty_bugs().