GNU Octave  4.0.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 | Variables
ov-range.cc File Reference
#include <iostream>
#include "lo-ieee.h"
#include "lo-utils.h"
#include "defun.h"
#include "variables.h"
#include "gripes.h"
#include "mxarray.h"
#include "ops.h"
#include "oct-obj.h"
#include "oct-hdf5.h"
#include "ov-range.h"
#include "ov-re-mat.h"
#include "ov-scalar.h"
#include "pr-output.h"
#include "byte-swap.h"
#include "ls-ascii-helper.h"
#include "ls-hdf5.h"
#include "ls-utils.h"
Include dependency graph for ov-range.cc:

Go to the source code of this file.

Functions

static octave_base_valuedefault_numeric_conversion_function (const octave_base_value &a)
 
OCTAVE_EXPORT octave_value_list Fallow_noninteger_range_as_index (const octave_value_list &args, int nargout)
 
static hid_t hdf5_make_range_type (hid_t num_type)
 
static void skip_comments (std::istream &is)
 

Variables

static bool Vallow_noninteger_range_as_index = true
 

Function Documentation

static octave_base_value* default_numeric_conversion_function ( const octave_base_value a)
static

Definition at line 56 of file ov-range.cc.

References CAST_CONV_ARG.

Referenced by octave_range::numeric_conversion_function().

OCTAVE_EXPORT octave_value_list Fallow_noninteger_range_as_index ( const octave_value_list args,
int  nargout 
)

Definition at line 715 of file ov-range.cc.

References SET_INTERNAL_VARIABLE, and warning_with_id().

static hid_t hdf5_make_range_type ( hid_t  num_type)
static

Definition at line 536 of file ov-range.cc.

Referenced by octave_range::load_hdf5(), and octave_range::save_hdf5().

static void skip_comments ( std::istream &  is)
static

Definition at line 416 of file ov-range.cc.

References skip_until_newline().

Referenced by octave_range::load_ascii().

Variable Documentation

bool Vallow_noninteger_range_as_index = true
static

Definition at line 50 of file ov-range.cc.

Referenced by octave_range::index_vector().