GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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

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

std::string octave_bugs_statement ( bool  html)
std::string octave_contrib_statement ( bool  html)
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().

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 = "")
static

Definition at line 33 of file version.cc.

Referenced by octave_name_version_copyright_copying_and_warranty().

std::string octave_www_statement ( bool  html)