GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ov-legacy-range.cc File Reference
#include <istream>
#include <ostream>
#include <sstream>
#include "lo-ieee.h"
#include "lo-utils.h"
#include "variables.h"
#include "error.h"
#include "ovl.h"
#include "oct-hdf5.h"
#include "ov-legacy-range.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-legacy-range.cc:

Go to the source code of this file.

Functions

static octave_base_valuedefault_numeric_conversion_function (const octave_base_value &a)
 
static hid_t hdf5_make_range_type (hid_t num_type)
 
static void skip_comments (std::istream &is)
 

Function Documentation

◆ default_numeric_conversion_function()

static octave_base_value* default_numeric_conversion_function ( const octave_base_value a)
static

◆ hdf5_make_range_type()

static hid_t hdf5_make_range_type ( hid_t  num_type)
static

Definition at line 192 of file ov-legacy-range.cc.

Referenced by octave_legacy_range::load_hdf5().

◆ skip_comments()

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

Definition at line 121 of file ov-legacy-range.cc.

References skip_until_newline().

Referenced by octave_legacy_range::load_ascii().