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
A function pointer to the build function for the object.
variable free
A function pointer to the free function for the object.
variable 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