GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
lo-sysdep.cc File Reference
#include "dir-ops.h"
#include "file-ops.h"
#include "lo-error.h"
#include "lo-sysdep.h"
#include "putenv-wrapper.h"
#include "uniconv-wrappers.h"
#include "unistd-wrappers.h"
#include "unsetenv-wrapper.h"
Include dependency graph for lo-sysdep.cc:

Go to the source code of this file.

Namespaces

 octave
 
 octave::sys
 

Functions

int octave::sys::chdir (const std::string &path_arg)
 
std::FILE * octave::sys::fopen (const std::string &filename, const std::string &mode)
 
std::fstream octave::sys::fstream (const std::string &filename, const std::ios::openmode mode)
 
std::string octave::sys::get_ASCII_filename (const std::string &orig_file_name)
 
bool octave::sys::get_dirlist (const std::string &dirname, string_vector &dirlist, std::string &msg)
 
std::string octave::sys::getcwd (void)
 
std::string octave::sys::getenv_wrapper (const std::string &name)
 
std::ifstream octave::sys::ifstream (const std::string &filename, const std::ios::openmode mode)
 
std::ofstream octave::sys::ofstream (const std::string &filename, const std::ios::openmode mode)
 
void octave::sys::putenv_wrapper (const std::string &name, const std::string &value)
 
std::string octave::sys::u8_from_wstring (const std::wstring &wchar_string)
 
std::wstring octave::sys::u8_to_wstring (const std::string &utf8_string)
 
int octave::sys::unsetenv_wrapper (const std::string &name)