GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
version.cc File Reference
#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_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)
 

Function Documentation

◆ octave_bugs_statement()

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().

◆ octave_contrib_statement()

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().

◆ octave_name_version_and_copyright()

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().

◆ octave_name_version_copyright_copying_and_warranty()

std::string octave_name_version_copyright_copying_and_warranty ( bool  html,
const std::string &  extra_info 
)

◆ 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 
)

◆ octave_startup_message()

std::string octave_startup_message ( bool  html)

◆ octave_www_statement()

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().