GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ov-oncleanup.cc File Reference
#include "defun.h"
#include "interpreter.h"
#include "ov-oncleanup.h"
#include "ov-fcn.h"
#include "ov-usr-fcn.h"
#include "parse.h"
#include "pt-misc.h"
Include dependency graph for ov-oncleanup.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list FonCleanup (const octave_value_list &args, int) ar
 

Variables

will be executed after clearing the last copy of the object Note that if multiple local onCleanup variables are created
 

Function Documentation

◆ FonCleanup()

OCTAVE_EXPORT octave_value_list FonCleanup ( const octave_value_list args,
int   
)

Definition at line 196 of file ov-oncleanup.cc.

References ovl(), and print_usage().

Variable Documentation

◆ created

will be executed after clearing the last copy of the object Note that if multiple local onCleanup variables are created

Definition at line 196 of file ov-oncleanup.cc.