#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.
|
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) |
|
◆ OCTAVE_API
◆ OCTAVE_EXEC_PREFIX
#define OCTAVE_EXEC_PREFIX "/usr/local" |
◆ OCTAVE_PREFIX
#define OCTAVE_PREFIX "/usr/local" |
◆ OCTAVE_VERSION
#define OCTAVE_VERSION "9.1.0" |
◆ ends_with()
bool ends_with |
( |
const std::string & |
s, |
|
|
const std::string & |
suffix |
|
) |
| |
|
inline |
◆ is_true()
bool is_true |
( |
const std::string & |
s | ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
sys_argv |
|
) |
| |
◆ starts_with()
bool starts_with |
( |
const std::string & |
s, |
|
|
const std::string & |
prefix |
|
) |
| |
|
inline |