GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
temporary_file_list Class Reference

#include "interpreter.h"

Public Member Functions

 temporary_file_list ()
 
 ~temporary_file_list ()
 
void cleanup ()
 
void insert (const std::string &file)
 

Detailed Description

Definition at line 91 of file interpreter.h.

Constructor & Destructor Documentation

◆ temporary_file_list()

temporary_file_list::temporary_file_list ( )
inline

Definition at line 95 of file interpreter.h.

◆ ~temporary_file_list()

temporary_file_list::~temporary_file_list ( )

Definition at line 320 of file interpreter.cc.

References cleanup().

Member Function Documentation

◆ cleanup()

void temporary_file_list::cleanup ( )

Definition at line 332 of file interpreter.cc.

References octave_unlink_wrapper().

Referenced by ~temporary_file_list(), and interpreter::cleanup_tmp_files().

◆ insert()

void temporary_file_list::insert ( const std::string &  file)

Definition at line 326 of file interpreter.cc.

Referenced by interpreter::mark_for_deletion().


The documentation for this class was generated from the following files: