ferror 1.4.1
FERROR is a library to assist with error handling in Fortran projects.
All Classes Namespaces Files Functions Variables Typedefs Pages
error_handler Struct Reference

A C compatible type encapsulating an errors object. More...

#include <ferror.h>

Public Attributes

void * ptr
 A pointer to the errors object. More...
 
int object_size
 The size of the errors object, in bytes. More...
 

Detailed Description

A C compatible type encapsulating an errors object.

Definition at line 94 of file ferror.h.

Member Data Documentation

◆ object_size

int error_handler::object_size

The size of the errors object, in bytes.

Definition at line 98 of file ferror.h.

◆ ptr

void* error_handler::ptr

A pointer to the errors object.

Definition at line 96 of file ferror.h.


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