union Gambit::Backends::void_voidFptr

[No description available] More…

#include <ini_functions.hpp>

Public Attributes

Name
void *ptr
voidFptrfptr

Detailed Description

union Gambit::Backends::void_voidFptr;

Hack to suppress warnings about casting between void pointers and function pointers. “Necessary” as long as dlsym has no separate functionality for retrieving function pointers.

Public Attributes Documentation

variable ptr

void * ptr;

variable fptr

voidFptr fptr;

Updated on 2023-06-26 at 21:36:51 +0000