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-null-mat.cc File Reference
#include "ov-null-mat.h"
#include "ops.h"
#include "defun.h"
Include dependency graph for ov-null-mat.cc:

Go to the source code of this file.

Functions

static octave_base_valuedefault_null_matrix_numeric_conversion_function (const octave_base_value &a)
 
static octave_base_valuedefault_null_sq_str_numeric_conversion_function (const octave_base_value &a)
 
static octave_base_valuedefault_null_str_numeric_conversion_function (const octave_base_value &a)
 
OCTAVE_EXPORT octave_value_list Fisnull (const octave_value_list &args, int) string
 

Variables

OCTAVE_EXPORT
octave_value_list or single
quoted string Indexed
assignment with such a value
on the right hand side should
delete array elements This
function should be used when
overloading indexed assignment
for user defined instead of to
distinguish the 
cases
 
OCTAVE_EXPORT
octave_value_list or single
quoted string Indexed
assignment with such a value
on the right hand side should
delete array elements This
function should be used when
overloading indexed assignment
for user defined instead of 
ode {isempty}
 

Function Documentation

static octave_base_value* default_null_matrix_numeric_conversion_function ( const octave_base_value a)
static
static octave_base_value* default_null_sq_str_numeric_conversion_function ( const octave_base_value a)
static
static octave_base_value* default_null_str_numeric_conversion_function ( const octave_base_value a)
static
OCTAVE_EXPORT octave_value_list Fisnull ( const octave_value_list args,
int   
)

Variable Documentation

OCTAVE_EXPORT octave_value_list or single quoted string Indexed assignment with such a value on the right hand side should delete array elements This function should be used when overloading indexed assignment for user defined instead of to distinguish the cases

Definition at line 115 of file ov-null-mat.cc.

OCTAVE_EXPORT octave_value_list or single quoted string Indexed assignment with such a value on the right hand side should delete array elements This function should be used when overloading indexed assignment for user defined instead of ode {isempty}

Definition at line 115 of file ov-null-mat.cc.