design_pattern_for_c  V 1.00
director.h File Reference

This is API definition of Director class. More...

Include dependency graph for director.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

DirectorClass public method
Director director_new (char *builder_lib_name, char *builder_interface_conf)
 director new More...
 
void director_construct (Director director, void *initial_parameter, void(*initial_result)(int result))
 director construct More...
 
void director_destruct (Director director)
 director destruct More...
 
void * director_interface_class_new (Director this)
 interface class new More...
 
void director_interface_class_free (Director this, void *instance)
 interface class free More...
 
void director_free (Director this)
 director free More...
 

Detailed Description

This is API definition of Director class.

Definition in file director.h.

Function Documentation

◆ director_construct()

void director_construct ( Director  director,
void *  initial_parameter,
void(*)(int result)  initial_result 
)

director construct

Definition at line 195 of file director.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ director_destruct()

void director_destruct ( Director  director)

director destruct

Definition at line 206 of file director.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ director_free()

void director_free ( Director  this)

director free

Definition at line 229 of file director.c.

Here is the caller graph for this function:

◆ director_interface_class_free()

void director_interface_class_free ( Director  this,
void *  instance 
)

interface class free

Definition at line 220 of file director.c.

Here is the caller graph for this function:

◆ director_interface_class_new()

void* director_interface_class_new ( Director  this)

interface class new

Definition at line 211 of file director.c.

Here is the caller graph for this function:

◆ director_new()

Director director_new ( char *  builder_lib_name,
char *  builder_interface_conf 
)

director new

Definition at line 152 of file director.c.

Here is the call graph for this function:
Here is the caller graph for this function: