design_pattern_for_c  V 1.00
prototype_manager_t Struct Reference

PrototypeManager class member definition, defined in prototype_manager.c. More...

#include <prototype.h>

Collaboration diagram for prototype_manager_t:

Data Fields

PrototypeFactory head
 
PrototypeFactory tail
 
pthread_mutex_t * lock
 

Detailed Description

PrototypeManager class member definition, defined in prototype_manager.c.

information of StateMachine, to use as list

Definition at line 22 of file prototype_manager.c.

Field Documentation

◆ head

Definition at line 23 of file prototype_manager.c.

◆ lock

pthread_mutex_t* lock

Definition at line 25 of file prototype_manager.c.

◆ tail

Definition at line 24 of file prototype_manager.c.


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