design_pattern_for_c  V 1.00
prototype_factory_t Struct Reference

PrototypeFactory methods interface definition, to set prototype_register. More...

#include <prototype.h>

Collaboration diagram for prototype_factory_t:

Data Fields

PrototypeFactory next
 
PrototypeFactory prev
 
pthread_mutex_t * lock
 
PrototypeFactoryInstance instance
 

Detailed Description

PrototypeFactory methods interface definition, to set prototype_register.

Definition at line 12 of file prototype_manager.c.

Field Documentation

◆ instance

Definition at line 16 of file prototype_manager.c.

◆ lock

pthread_mutex_t* lock

Definition at line 15 of file prototype_manager.c.

◆ next

Definition at line 13 of file prototype_manager.c.

◆ prev

Definition at line 14 of file prototype_manager.c.


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