ChibiOS  21.6.0
ch_dyn_element Struct Reference

Type of a dynamic object list element. More...

#include <chfactory.h>

Collaboration diagram for ch_dyn_element:
Collaboration graph

Data Fields

struct ch_dyn_elementnext
 Next dynamic object in the list. More...
 
ucnt_t refs
 Number of references to this object. More...
 

Detailed Description

Type of a dynamic object list element.

Definition at line 169 of file chfactory.h.

Field Documentation

◆ next

struct ch_dyn_element* ch_dyn_element::next

Next dynamic object in the list.

Definition at line 173 of file chfactory.h.

◆ refs

ucnt_t ch_dyn_element::refs

Number of references to this object.

Definition at line 177 of file chfactory.h.

Referenced by chFactoryDuplicateReference().