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

#include "jit-util.h"

Inheritance diagram for octave::jit_fail_exception:
Collaboration diagram for octave::jit_fail_exception:

Public Member Functions

 jit_fail_exception (const std::string &reason)
 
 jit_fail_exception (void)
 
bool known (void) const
 

Private Attributes

bool m_known
 

Detailed Description

Definition at line 98 of file jit-util.h.

Constructor & Destructor Documentation

◆ jit_fail_exception() [1/2]

octave::jit_fail_exception::jit_fail_exception ( void  )
inline

Definition at line 102 of file jit-util.h.

◆ jit_fail_exception() [2/2]

octave::jit_fail_exception::jit_fail_exception ( const std::string &  reason)
inline

Definition at line 106 of file jit-util.h.

Member Function Documentation

◆ known()

bool octave::jit_fail_exception::known ( void  ) const
inline

Definition at line 110 of file jit-util.h.

References m_known.

Referenced by octave::jit_function_info::jit_function_info(), and octave::jit_info::compile().

Member Data Documentation

◆ m_known

bool octave::jit_fail_exception::m_known
private

Definition at line 114 of file jit-util.h.

Referenced by known().


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