GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
mkoctfile.in.cc File Reference
#include <string>
#include <cstring>
#include <map>
#include <list>
#include <algorithm>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <cstdio>
#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   %OCTAVE_CONF_EXEC_PREFIX%
 
#define OCTAVE_PREFIX   %OCTAVE_CONF_PREFIX%
 
#define OCTAVE_VERSION   %OCTAVE_CONF_VERSION%
 

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 72 of file mkoctfile.in.cc.

◆ OCTAVE_EXEC_PREFIX

#define OCTAVE_EXEC_PREFIX   %OCTAVE_CONF_EXEC_PREFIX%

Definition at line 88 of file mkoctfile.in.cc.

◆ OCTAVE_PREFIX

#define OCTAVE_PREFIX   %OCTAVE_CONF_PREFIX%

Definition at line 84 of file mkoctfile.in.cc.

◆ OCTAVE_VERSION

#define OCTAVE_VERSION   %OCTAVE_CONF_VERSION%

Definition at line 80 of file mkoctfile.in.cc.

Function Documentation

◆ ends_with()

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

Definition at line 575 of file mkoctfile.in.cc.

Referenced by main().

◆ is_true()

bool is_true ( const std::string &  s)

Definition at line 603 of file mkoctfile.in.cc.

Referenced by F__event_manager_gui_status_update__(), Fcellstr(), Fmkstemp(), and main().

◆ main()

int main ( int  argc,
char **  sys_argv 
)

Definition at line 743 of file mkoctfile.in.cc.

References ends_with(), f, is_true(), len, octave_unlink_wrapper(), pclose(), popen(), and starts_with().

◆ starts_with()

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

Definition at line 569 of file mkoctfile.in.cc.

Referenced by main().