TORCS  1.3.9
The Open Racing Car Simulator
ListItem Struct Reference

A list item. More...

#include <List.h>

Collaboration diagram for ListItem:

Public Attributes

void * obj
 data More...
 
void(* free_obj )(void *obj)
 free hook More...
 
struct ListItemprev
 previous item More...
 
struct ListItemnext
 next item More...
 

Detailed Description

A list item.

Definition at line 20 of file List.h.

Member Data Documentation

◆ free_obj

void(* ListItem::free_obj) (void *obj)

free hook

Definition at line 22 of file List.h.

◆ next

struct ListItem* ListItem::next

next item

Definition at line 24 of file List.h.

◆ obj

void* ListItem::obj

data

Definition at line 21 of file List.h.

◆ prev

struct ListItem* ListItem::prev

previous item

Definition at line 23 of file List.h.


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