#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) |
#define OCTAVE_API |
Definition at line 72 of file mkoctfile.in.cc.
#define OCTAVE_EXEC_PREFIX %OCTAVE_CONF_EXEC_PREFIX% |
Definition at line 88 of file mkoctfile.in.cc.
#define OCTAVE_PREFIX %OCTAVE_CONF_PREFIX% |
Definition at line 84 of file mkoctfile.in.cc.
#define OCTAVE_VERSION %OCTAVE_CONF_VERSION% |
Definition at line 80 of file mkoctfile.in.cc.
|
inline |
Definition at line 575 of file mkoctfile.in.cc.
Referenced by main().
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().
Definition at line 743 of file mkoctfile.in.cc.
References ends_with(), f, is_true(), len, octave_unlink_wrapper(), pclose(), popen(), and starts_with().
|
inline |
Definition at line 569 of file mkoctfile.in.cc.
Referenced by main().