GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::jit_magic_end::context Class Reference

#include "jit-ir.h"

Collaboration diagram for octave::jit_magic_end::context:

Public Member Functions

 context (void)
 
 context (jit_factory &factory, jit_value *avalue, size_t aindex, size_t acount)
 

Public Attributes

jit_const_indexm_count
 
jit_const_indexm_index
 
jit_valuem_value
 

Detailed Description

Definition at line 1303 of file jit-ir.h.

Constructor & Destructor Documentation

◆ context() [1/2]

octave::jit_magic_end::context::context ( void  )
inline

Definition at line 1308 of file jit-ir.h.

◆ context() [2/2]

octave::jit_magic_end::context::context ( jit_factory factory,
jit_value avalue,
size_t  aindex,
size_t  acount 
)

Definition at line 783 of file jit-ir.cc.

Member Data Documentation

◆ m_count

jit_const_index* octave::jit_magic_end::context::m_count

◆ m_index

jit_const_index* octave::jit_magic_end::context::m_index

◆ m_value


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