GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mkoctfile.cc File Reference
#include <string>
#include <cstring>
#include <map>
#include <list>
#include <algorithm>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <cstdlib>
#include "mkostemps-wrapper.h"
#include "uniconv-wrappers.h"
#include "unistd-wrappers.h"
#include "wait-wrappers.h"
#include "shared-fcns.h"

Go to the source code of this file.

Macros

#define OCTAVE_API
 
#define OCTAVE_EXEC_PREFIX   "/usr/local"
 
#define OCTAVE_PREFIX   "/usr/local"
 
#define OCTAVE_VERSION   "9.1.0"
 

Functions

bool ends_with (const std::string &s, const std::string &suffix)
 
bool is_true (const std::string &s)
 
int main (int argc, char **sys_argv)
 
bool starts_with (const std::string &s, const std::string &prefix)
 

Macro Definition Documentation

◆ OCTAVE_API

#define OCTAVE_API

Definition at line 71 of file mkoctfile.cc.

◆ OCTAVE_EXEC_PREFIX

#define OCTAVE_EXEC_PREFIX   "/usr/local"

Definition at line 87 of file mkoctfile.cc.

◆ OCTAVE_PREFIX

#define OCTAVE_PREFIX   "/usr/local"

Definition at line 83 of file mkoctfile.cc.

◆ OCTAVE_VERSION

#define OCTAVE_VERSION   "9.1.0"

Definition at line 79 of file mkoctfile.cc.

Function Documentation

◆ ends_with()

bool ends_with ( const std::string &  s,
const std::string &  suffix 
)
inline

Definition at line 576 of file mkoctfile.cc.

◆ is_true()

bool is_true ( const std::string &  s)

Definition at line 604 of file mkoctfile.cc.

Referenced by octave::F__event_manager_gui_status_update__(), and Fcellstr().

◆ main()

int main ( int  argc,
char **  sys_argv 
)

Definition at line 717 of file mkoctfile.cc.

◆ starts_with()

bool starts_with ( const std::string &  s,
const std::string &  prefix 
)
inline

Definition at line 570 of file mkoctfile.cc.