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

Go to the source code of this file.

Macros

#define OCTAVE_API_VERSION   %OCTAVE_API_VERSION%
 
#define OCTAVE_COPYRIGHT   %OCTAVE_COPYRIGHT%
 
#define OCTAVE_MAJOR_VERSION   %OCTAVE_MAJOR_VERSION%
 
#define OCTAVE_MINOR_VERSION   %OCTAVE_MINOR_VERSION%
 
#define OCTAVE_PATCH_VERSION   %OCTAVE_PATCH_VERSION%
 
#define OCTAVE_RELEASE_DATE   %OCTAVE_RELEASE_DATE%
 
#define OCTAVE_VERSION   %OCTAVE_VERSION%
 

Functions

OCTINTERP_API std::string octave_bugs_statement (bool html=false)
 
OCTINTERP_API std::string octave_contrib_statement (bool html=false)
 
OCTINTERP_API std::string octave_name_version_and_copyright (void)
 
OCTINTERP_API std::string octave_name_version_copyright_copying_and_warranty (bool html=false, const std::string &extra_info="")
 
OCTINTERP_API std::string octave_name_version_copyright_copying_warranty_and_bugs (bool html=false, const std::string &extra_info="")
 
OCTINTERP_API std::string octave_startup_message (bool html=false)
 
OCTINTERP_API std::string octave_www_statement (bool html=false)
 

Macro Definition Documentation

◆ OCTAVE_API_VERSION

#define OCTAVE_API_VERSION   %OCTAVE_API_VERSION%

Definition at line 45 of file version.in.h.

Referenced by check_version(), and initialize().

◆ OCTAVE_COPYRIGHT

#define OCTAVE_COPYRIGHT   %OCTAVE_COPYRIGHT%

Definition at line 49 of file version.in.h.

Referenced by octave_name_version_and_copyright().

◆ OCTAVE_MAJOR_VERSION

#define OCTAVE_MAJOR_VERSION   %OCTAVE_MAJOR_VERSION%

Definition at line 31 of file version.in.h.

◆ OCTAVE_MINOR_VERSION

#define OCTAVE_MINOR_VERSION   %OCTAVE_MINOR_VERSION%

Definition at line 33 of file version.in.h.

◆ OCTAVE_PATCH_VERSION

#define OCTAVE_PATCH_VERSION   %OCTAVE_PATCH_VERSION%

Definition at line 35 of file version.in.h.

◆ OCTAVE_RELEASE_DATE

#define OCTAVE_RELEASE_DATE   %OCTAVE_RELEASE_DATE%

Definition at line 47 of file version.in.h.

Referenced by octave::news_reader::process().

◆ OCTAVE_VERSION

#define OCTAVE_VERSION   %OCTAVE_VERSION%

Definition at line 29 of file version.in.h.

Function Documentation

◆ octave_bugs_statement()

OCTINTERP_API std::string octave_bugs_statement ( bool  html = false)

◆ octave_contrib_statement()

OCTINTERP_API std::string octave_contrib_statement ( bool  html = false)

◆ octave_name_version_and_copyright()

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

OCTINTERP_API std::string octave_name_version_copyright_copying_and_warranty ( bool  html = false,
const std::string extra_info = "" 
)

◆ octave_name_version_copyright_copying_warranty_and_bugs()

◆ octave_startup_message()

OCTINTERP_API std::string octave_startup_message ( bool  html = false)

◆ octave_www_statement()

OCTINTERP_API std::string octave_www_statement ( bool  html = false)