infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
PointerStruct Struct Reference

A struct containing pointer members. More...

#include <types.h>

Public Attributes

int * val_ptr
 
const char * str_ptr
 

Detailed Description

A struct containing pointer members.

Used to test that pointers inside an aggregate are correctly classified and passed according to the ABI (typically as INTEGER components).

Member Data Documentation

◆ str_ptr

const char* PointerStruct::str_ptr

◆ val_ptr

int* PointerStruct::val_ptr

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