GNU Octave  4.4.1
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 (void)
 
 jit_fail_exception (const std::string &reason)
 
bool known (void) const
 

Private Attributes

bool m_known
 

Detailed Description

Definition at line 93 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 97 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 101 of file jit-util.h.

Member Function Documentation

◆ known()

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

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

References m_known.

Member Data Documentation

◆ m_known

bool octave::jit_fail_exception::m_known
private

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

Referenced by known().


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