#include "ov-lazy-idx.h"
#include "ops.h"
#include "ov-scalar.h"
#include "ls-oct-ascii.h"
#include "ls-oct-binary.h"
Go to the source code of this file.
Functions | |
static octave_base_value * | default_numeric_conversion_function (const octave_base_value &a) |
DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_lazy_index,"lazy_index","double") | |
static const std::string | value_save_tag ("index_value") |
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().
DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA | ( | octave_lazy_index | , | |
"lazy_index" | , | |||
"double" | ||||
) |
static const std::string value_save_tag | ( | "index_value" | ) | [static] |