|
design_pattern_for_c
V 1.00
|
FlyweightFactory member definition, defined in flyweight.c. More...
#include <flyweight.h>

Data Fields | |
| flyweight_methods_t | methods |
| size_t | class_size |
| methods More... | |
| FlyweightInstance | class_instances |
| size of class More... | |
| pthread_mutex_t * | lock |
| list of instance More... | |
FlyweightFactory member definition, defined in flyweight.c.
Definition at line 41 of file flyweight.c.
| FlyweightInstance class_instances |
size of class
Definition at line 45 of file flyweight.c.
| size_t class_size |
methods
Definition at line 44 of file flyweight.c.
| pthread_mutex_t* lock |
list of instance
Definition at line 46 of file flyweight.c.
| flyweight_methods_t methods |
Definition at line 43 of file flyweight.c.