Polly 20.0.0git
Public Attributes | List of all members
isl_obj_vtable Struct Reference

#include <obj.h>

Public Attributes

void *(* copy )(void *v1)
 
void *(* add )(void *v1, void *v2)
 
__isl_give isl_printer *(* print )(__isl_take isl_printer *p, void *v)
 
void(* free )(void *v)
 

Detailed Description

Definition at line 15 of file obj.h.

Member Data Documentation

◆ add

void *(* isl_obj_vtable::add) (void *v1, void *v2)

Definition at line 17 of file obj.h.

◆ copy

void *(* isl_obj_vtable::copy) (void *v1)

Definition at line 16 of file obj.h.

◆ free

void(* isl_obj_vtable::free) (void *v)

Definition at line 19 of file obj.h.

◆ print

__isl_give isl_printer *(* isl_obj_vtable::print) (__isl_take isl_printer *p, void *v)

Definition at line 18 of file obj.h.


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