GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
version.cc File Reference
#include <string>
#include "defaults.h"
#include "version.h"
Include dependency graph for version.cc:

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)
 

Function Documentation

◆ format_url()

static std::string format_url ( bool  html,
const std::string url 
)
static

Definition at line 41 of file version.cc.

References url.

Referenced by octave_bugs_statement(), octave_contrib_statement(), and octave_www_statement().

◆ octave_bugs_statement()

std::string octave_bugs_statement ( bool  html)

◆ octave_contrib_statement()

std::string octave_contrib_statement ( bool  html)

◆ octave_name_version_and_copyright()

std::string octave_name_version_and_copyright ( void  )

Definition at line 69 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()

◆ octave_startup_message()

std::string octave_startup_message ( bool  html)

◆ octave_warranty_statement()

static std::string octave_warranty_statement ( const std::string extra_info = "")
static

Definition at line 33 of file version.cc.

Referenced by octave_name_version_copyright_copying_and_warranty().

◆ octave_www_statement()

std::string octave_www_statement ( bool  html)