GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
OCTINTERP_API void | cleanup_tmp_files (void) |
OCTINTERP_API void | close_files (void) |
OCTINTERP_API void | initialize_file_io (void) |
OCTINTERP_API void | mark_for_deletion (const std::string &) |
OCTINTERP_API void cleanup_tmp_files | ( | void | ) |
Definition at line 123 of file file-io.cc.
Referenced by do_octave_atexit().
OCTINTERP_API void close_files | ( | void | ) |
Definition at line 105 of file file-io.cc.
References octave_stream_list::clear().
Referenced by do_octave_atexit().
OCTINTERP_API void initialize_file_io | ( | void | ) |
Definition at line 88 of file file-io.cc.
References octave_istream::create(), octave_ostream::create(), octave_stream_list::insert(), and octave_stdout.
Referenced by octave_initialize_interpreter().
OCTINTERP_API void mark_for_deletion | ( | const std::string & | ) |
Definition at line 117 of file file-io.cc.
Referenced by Fmkstemp().