GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
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 "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

OCTAVE_EXPORT octave_value_list FonCleanup ( const octave_value_list args,
int   
)

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

References ovl(), and print_usage().

Referenced by install_ov_oncleanup_fcns().

Variable Documentation

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

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