GNU Octave  3.8.0
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
ov-lazy-idx.cc File Reference
#include "ov-lazy-idx.h"
#include "ops.h"
#include "ov-scalar.h"
#include "ls-oct-ascii.h"
#include "ls-oct-binary.h"
Include dependency graph for ov-lazy-idx.cc:

Go to the source code of this file.

Functions

static octave_base_valuedefault_numeric_conversion_function (const octave_base_value &a)
static const std::string value_save_tag ("index_value")

Function Documentation

static octave_base_value* default_numeric_conversion_function ( const octave_base_value a)
static

Definition at line 36 of file ov-lazy-idx.cc.

References CAST_CONV_ARG.

Referenced by octave_lazy_index::numeric_conversion_function().

static const std::string value_save_tag ( "index_value"  )
static