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

List of list (display code) of list (plan) of elements. More...

#include <Element.h>

Collaboration diagram for ListElement:
Collaboration graph
[legend]

Public Attributes

ListDCElementfirst
 
ListDCElementcurrentDCIterator
 
ListPtrElementcurrentPIterator
 

Detailed Description

List of list (display code) of list (plan) of elements.

Member Data Documentation

◆ currentDCIterator

ListDCElement* ListElement::currentDCIterator

current list (display code) of list (plan) of elements (used for iterator)

◆ currentPIterator

ListPtrElement* ListElement::currentPIterator

current list (plan) of elements (used for iterator)

◆ first

ListDCElement* ListElement::first

first list (display code) of list (plan) of elements


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