|
Soar Kernel
9.3.2 08-06-12
|
#include <semantic_memory.h>
Data Fields | |
| smem_lti_id | lti_id |
| char | lti_letter |
| uint64_t | lti_number |
| smem_slot_map * | slots |
| Symbol * | soar_id |
Definition at line 406 of file semantic_memory.h.
| smem_lti_id smem_chunk_struct::lti_id |
Definition at line 409 of file semantic_memory.h.
Referenced by smem_parse_chunk(), and smem_soar_store().
| char smem_chunk_struct::lti_letter |
Definition at line 411 of file semantic_memory.h.
Referenced by smem_parse_chunk().
| uint64_t smem_chunk_struct::lti_number |
Definition at line 412 of file semantic_memory.h.
Referenced by smem_parse_chunk().
| smem_slot_map* smem_chunk_struct::slots |
Definition at line 414 of file semantic_memory.h.
Referenced by smem_deallocate_chunk(), and smem_parse_chunk().
| Symbol* smem_chunk_struct::soar_id |
Definition at line 408 of file semantic_memory.h.
Referenced by smem_parse_chunk().
1.8.1.2