GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Array-tc.cc File Reference
#include "Array-oct.cc"
#include "ov.h"
#include "cdef-class.h"
#include "cdef-object.h"
#include "oct-sort.cc"
Include dependency graph for Array-tc.cc:

Go to the source code of this file.

Functions

OCTINTERP_API Array< octave::cdef_object >::compare_fcn_type safe_comparator (sortmode, const Array< octave::cdef_object > &, bool)
 
OCTINTERP_API Array< octave_value * >::compare_fcn_type safe_comparator (sortmode, const Array< octave_value * > &, bool)
 
OCTINTERP_API Array< octave_value >::compare_fcn_type safe_comparator (sortmode, const Array< octave_value > &, bool)
 

Variables

template class OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_value * >
 
template class OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_value >
 

Function Documentation

◆ safe_comparator() [1/3]

OCTINTERP_API Array< octave::cdef_object >::compare_fcn_type safe_comparator ( sortmode  ,
const Array< octave::cdef_object > &  ,
bool   
)

Definition at line 52 of file Array-tc.cc.

◆ safe_comparator() [2/3]

OCTINTERP_API Array< octave_value * >::compare_fcn_type safe_comparator ( sortmode  ,
const Array< octave_value * > &  ,
bool   
)

Definition at line 49 of file Array-tc.cc.

◆ safe_comparator() [3/3]

OCTINTERP_API Array< octave_value >::compare_fcn_type safe_comparator ( sortmode  ,
const Array< octave_value > &  ,
bool   
)

Definition at line 46 of file Array-tc.cc.

Variable Documentation

◆ Array< octave_value * >

template class OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_value * >

Definition at line 50 of file Array-tc.cc.

◆ Array< octave_value >

template class OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_value >

Definition at line 47 of file Array-tc.cc.

Referenced by Find2sub().