SANDAL2
A SDL2 Wrapper in C
Public Attributes | List of all members
PtrElement Struct Reference

Structure used to store elements' pointers in a list of element. More...

#include <Element.h>

Collaboration diagram for PtrElement:
Collaboration graph
[legend]

Public Attributes

struct Elementelement
 
struct PtrElementnext
 
int deleted
 

Detailed Description

Structure used to store elements' pointers in a list of element.

Member Data Documentation

◆ deleted

int PtrElement::deleted

tells whether or not this PtrElement should be deleted

◆ element

struct Element* PtrElement::element

pointer of the element

◆ next

struct PtrElement* PtrElement::next

next PtrElement in the list


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