GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
jit_fail_exception Class Reference

#include "jit-util.h"

Inheritance diagram for jit_fail_exception:
Inheritance graph
[legend]
Collaboration diagram for jit_fail_exception:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

bool mknown

Detailed Description

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

Constructor & Destructor Documentation

jit_fail_exception::jit_fail_exception ( void  )
inline

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

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

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

Member Function Documentation

bool jit_fail_exception::known ( void  ) const
inline

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

References mknown.

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

Member Data Documentation

bool jit_fail_exception::mknown
private

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

Referenced by known().


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