#include "jit-typeinfo.h"
Public Member Functions | |
jit_array (T &from) | |
jit_array (void) | |
operator T () const | |
void | update (T *aarray) |
void | update (void) |
Public Attributes | |
T * | m_array |
octave_idx_type * | m_dimensions |
int | m_ref_count |
U * | m_slice_data |
octave_idx_type | m_slice_len |
Definition at line 77 of file jit-typeinfo.h.
|
inline |
Definition at line 80 of file jit-typeinfo.h.
|
inline |
Definition at line 82 of file jit-typeinfo.h.
|
inline |
Definition at line 101 of file jit-typeinfo.h.
|
inline |
Definition at line 95 of file jit-typeinfo.h.
|
inline |
Definition at line 87 of file jit-typeinfo.h.
Referenced by octave::octave_jit_paren_scalar_subsasgn(), octave::octave_jit_paren_subsasgn_impl(), and octave::octave_jit_paren_subsasgn_matrix_range().
T* octave::jit_array< T, U >::m_array |
Definition at line 112 of file jit-typeinfo.h.
Referenced by octave::octave_jit_paren_scalar(), octave::octave_jit_paren_scalar_subsasgn(), octave::octave_jit_paren_subsasgn_impl(), octave::octave_jit_paren_subsasgn_matrix_range(), and octave::operator<<().
octave_idx_type* octave::jit_array< T, U >::m_dimensions |
Definition at line 110 of file jit-typeinfo.h.
Referenced by octave::octave_jit_end_matrix(), and octave::operator<<().
int octave::jit_array< T, U >::m_ref_count |
Definition at line 106 of file jit-typeinfo.h.
Referenced by octave::operator<<().
U* octave::jit_array< T, U >::m_slice_data |
Definition at line 108 of file jit-typeinfo.h.
Referenced by octave::operator<<().
octave_idx_type octave::jit_array< T, U >::m_slice_len |
Definition at line 109 of file jit-typeinfo.h.
Referenced by octave::operator<<().