GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
rec_index_helper Class Reference
Collaboration diagram for rec_index_helper:

Public Member Functions

 rec_index_helper (const dim_vector &dv, const Array< idx_vector > &ia)
 
 rec_index_helper (const rec_index_helper &)=delete
 
 ~rec_index_helper (void)
 
template<typename T >
void assign (const T *src, T *dest) const
 
template<typename T >
void fill (const T &val, T *dest) const
 
template<typename T >
void index (const T *src, T *dest) const
 
bool is_cont_range (octave_idx_type &l, octave_idx_type &u) const
 
rec_index_helperoperator= (const rec_index_helper &)=delete
 

Private Member Functions

template<typename T >
const T * do_assign (const T *src, T *dest, int lev) const
 
template<typename T >
void do_fill (const T &val, T *dest, int lev) const
 
template<typename T >
T * do_index (const T *src, T *dest, int lev) const
 

Private Attributes

octave_idx_typecdim
 
octave_idx_typedim
 
idx_vectoridx
 
int n
 
int top
 

Detailed Description

Definition at line 503 of file Array.cc.

Constructor & Destructor Documentation

◆ rec_index_helper() [1/2]

rec_index_helper::rec_index_helper ( const dim_vector dv,
const Array< idx_vector > &  ia 
)
inline

Definition at line 515 of file Array.cc.

References cdim, dim, dv, i, idx, max(), n, dim_vector::ndims(), and top.

◆ rec_index_helper() [2/2]

rec_index_helper::rec_index_helper ( const rec_index_helper )
delete

◆ ~rec_index_helper()

rec_index_helper::~rec_index_helper ( void  )
inline

Definition at line 550 of file Array.cc.

References dim, and idx.

Member Function Documentation

◆ assign()

template<typename T >
void rec_index_helper::assign ( const T *  src,
T *  dest 
) const
inline

Definition at line 609 of file Array.cc.

References do_assign(), and top.

Referenced by Array< octave_value >::assign().

◆ do_assign()

template<typename T >
const T* rec_index_helper::do_assign ( const T *  src,
T *  dest,
int  lev 
) const
inlineprivate

Definition at line 573 of file Array.cc.

References idx_vector::assign(), cdim, d, dim, i, idx, idx_vector::length(), and nn.

Referenced by assign().

◆ do_fill()

template<typename T >
void rec_index_helper::do_fill ( const T &  val,
T *  dest,
int  lev 
) const
inlineprivate

Definition at line 590 of file Array.cc.

References cdim, d, dim, idx_vector::fill(), i, idx, idx_vector::length(), nn, and val.

Referenced by fill().

◆ do_index()

template<typename T >
T* rec_index_helper::do_index ( const T *  src,
T *  dest,
int  lev 
) const
inlineprivate

Definition at line 556 of file Array.cc.

References cdim, d, dim, i, idx, idx_vector::index(), idx_vector::length(), and nn.

Referenced by index().

◆ fill()

template<typename T >
void rec_index_helper::fill ( const T &  val,
T *  dest 
) const
inline

Definition at line 612 of file Array.cc.

References do_fill(), top, and val.

Referenced by Array< octave_value >::assign().

◆ index()

template<typename T >
void rec_index_helper::index ( const T *  src,
T *  dest 
) const
inline

Definition at line 606 of file Array.cc.

References do_index(), and top.

Referenced by Array< octave_value >::index().

◆ is_cont_range()

bool rec_index_helper::is_cont_range ( octave_idx_type l,
octave_idx_type u 
) const
inline

Definition at line 614 of file Array.cc.

References dim, idx, idx_vector::is_cont_range(), top, and u.

Referenced by Array< octave_value >::index().

◆ operator=()

rec_index_helper& rec_index_helper::operator= ( const rec_index_helper )
delete

Member Data Documentation

◆ cdim

octave_idx_type* rec_index_helper::cdim
private

Definition at line 511 of file Array.cc.

Referenced by do_assign(), do_fill(), do_index(), and rec_index_helper().

◆ dim

octave_idx_type* rec_index_helper::dim
private

◆ idx

idx_vector* rec_index_helper::idx
private

◆ n

int rec_index_helper::n
private

Definition at line 508 of file Array.cc.

Referenced by rec_index_helper().

◆ top

int rec_index_helper::top
private

Definition at line 509 of file Array.cc.

Referenced by assign(), fill(), index(), is_cont_range(), and rec_index_helper().


The documentation for this class was generated from the following file: