|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "defun.h"#include "ov-oncleanup.h"#include "ov-fcn.h"#include "ov-usr-fcn.h"#include "pt-misc.h"#include "toplev.h"
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | FonCleanup (const octave_value_list &args, int) |
| static void | warn_save_load (void) |
| OCTAVE_EXPORT octave_value_list FonCleanup | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 193 of file ov-oncleanup.cc.
References print_usage().
|
static |
Definition at line 115 of file ov-oncleanup.cc.
References warning().
Referenced by octave_oncleanup::load_ascii(), octave_oncleanup::load_binary(), octave_oncleanup::load_hdf5(), octave_oncleanup::save_ascii(), octave_oncleanup::save_binary(), and octave_oncleanup::save_hdf5().
1.8.8