design_pattern_for_c  V 1.00
lower_layer_director_t Struct Reference

LowerLayerDirector class member definition. More...

#include <lower_layer_director.h>

Collaboration diagram for lower_layer_director_t:

Data Fields

void * lower_layer_interface
 interface which has lower layer(builder). More...
 
Director director
 director class instance More...
 

Detailed Description

LowerLayerDirector class member definition.

Definition at line 22 of file lower_layer_director.h.

Field Documentation

◆ director

Director director

director class instance

Definition at line 24 of file lower_layer_director.h.

◆ lower_layer_interface

void* lower_layer_interface

interface which has lower layer(builder).

If no interface, it is NULL

Definition at line 23 of file lower_layer_director.h.


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