Skip to content
Authors

Struct prodstr_store_t

ClassList > prodstr_store_t

Storage type for a production store.

  • #include <production_store.h>

Public Attributes

Type Name
size_t count
prodstr_obj_t * table

Public Attributes Documentation

variable count

size_t prodstr_store_t::count;

A count of objects in the store.


variable table

prodstr_obj_t* prodstr_store_t::table[PRODSTR_TABLE_SIZE];

A hash table of production objects.



The documentation for this class was generated from the following file source/production_store/src/production_store.h