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

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

#include <Element.h>

Collaboration diagram for ListDCElement:
Collaboration graph
[legend]

Public Attributes

ListPtrElementfirst
 
ListPtrElementcurrent
 
struct ListDCElementnext
 
int code
 

Detailed Description

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

Member Data Documentation

◆ code

int ListDCElement::code

display code of this list

◆ current

ListPtrElement* ListDCElement::current

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

◆ first

ListPtrElement* ListDCElement::first

first list (plan) of element

◆ next

struct ListDCElement* ListDCElement::next

next list (display code) of list (plan) of element


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