Xmipp  v3.23.11-Nereus
Public Attributes | List of all members
alglib_impl::ae_state Struct Reference

#include <ap.h>

Collaboration diagram for alglib_impl::ae_state:
Collaboration graph
[legend]

Public Attributes

ae_int_t endianness
 
double v_nan
 
double v_posinf
 
double v_neginf
 
ae_dyn_block *volatile p_top_block
 
ae_dyn_block last_block
 
ae_error_type volatile last_error
 
const char *volatile error_msg
 
void * worker_thread
 
void * parent_task
 
void(* thread_exception_handler )(void *)
 

Detailed Description

Definition at line 345 of file ap.h.

Member Data Documentation

◆ endianness

ae_int_t alglib_impl::ae_state::endianness

Definition at line 350 of file ap.h.

◆ error_msg

const char* volatile alglib_impl::ae_state::error_msg

Definition at line 389 of file ap.h.

◆ last_block

ae_dyn_block alglib_impl::ae_state::last_block

Definition at line 372 of file ap.h.

◆ last_error

ae_error_type volatile alglib_impl::ae_state::last_error

Definition at line 384 of file ap.h.

◆ p_top_block

ae_dyn_block* volatile alglib_impl::ae_state::p_top_block

Definition at line 371 of file ap.h.

◆ parent_task

void* alglib_impl::ae_state::parent_task

Definition at line 402 of file ap.h.

◆ thread_exception_handler

void(* alglib_impl::ae_state::thread_exception_handler) (void *)

Definition at line 403 of file ap.h.

◆ v_nan

double alglib_impl::ae_state::v_nan

Definition at line 355 of file ap.h.

◆ v_neginf

double alglib_impl::ae_state::v_neginf

Definition at line 365 of file ap.h.

◆ v_posinf

double alglib_impl::ae_state::v_posinf

Definition at line 360 of file ap.h.

◆ worker_thread

void* alglib_impl::ae_state::worker_thread

Definition at line 401 of file ap.h.


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