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_and_copyright (bool html) |
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) |
std::string | octave_www_statement (bool html) |
std::string octave_bugs_statement | ( | bool | html | ) |
Definition at line 63 of file version.cc.
Referenced by octave_name_version_copyright_copying_warranty_and_bugs().
std::string octave_contrib_statement | ( | bool | html | ) |
Definition at line 56 of file version.cc.
Referenced by octave_name_version_copyright_copying_warranty_and_bugs().
std::string octave_name_version_and_copyright | ( | bool | html | ) |
Definition at line 70 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 83 of file version.cc.
References octave_name_version_and_copyright().
Referenced by octave_name_version_copyright_copying_warranty_and_bugs().
std::string octave_name_version_copyright_copying_warranty_and_bugs | ( | bool | html, |
const std::string & | extra_info | ||
) |
Definition at line 101 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_startup_message().
std::string octave_startup_message | ( | bool | html | ) |
Definition at line 118 of file version.cc.
References octave_name_version_copyright_copying_warranty_and_bugs().
std::string octave_www_statement | ( | bool | html | ) |
Definition at line 49 of file version.cc.
Referenced by octave_name_version_copyright_copying_warranty_and_bugs().