OSFI-C++  3.10.0
OpenSF Integration Library
OSFI_ffi.h File Reference

Foreign-function interface to OSFI-C++. More...

#include "ffi/CLP.h"
#include "ffi/ConFM.h"
#include "ffi/EHLog.h"

Go to the source code of this file.

Detailed Description

Foreign-function interface to OSFI-C++.

This file exposes an interface to the OSFI functions that can be called without C++ name mangling or other C++-specific features such as exception handling. It is not the OSFI-C interface, which resides in "OSFIC.h". It is intended as an intermediate layer to create bindings to OSFI-C++ from other languages; currently C and Fortran are supported through it.