Skip to content
Authors

Class prodstr_builder_set_t

ClassList > prodstr_builder_set_t

Structure for a production object type specific data. More...

Public Attributes

Type Name
prod_builder_funptr_t build
prod_free_funptr_t free
char * type

Detailed Description

The data needed to abstract the building of a production object away from its specific type.

Public Attributes Documentation

variable build

prod_builder_funptr_t prodstr_builder_set_t::build;

A function pointer to the build function for the object.


variable free

prod_free_funptr_t prodstr_builder_set_t::free;

A function pointer to the free function for the object.


variable type

char* prodstr_builder_set_t::type;

A pointer to the string representing the type of object.



The documentation for this class was generated from the following file source/toml_parser/src/toml_parser.c