Soar Kernel
9.3.2 08-06-12
|
#include <semantic_memory.h>
Inherits soar_module::primitive_stat< const char * >.
Public Member Functions | |
const char * | get_value () |
smem_db_lib_version_stat (agent *new_agent, const char *new_name, const char *new_value, soar_module::predicate< const char * > *new_prot_pred) | |
![]() | |
virtual char * | get_string () |
primitive_stat (const char *new_name, const char *new_value, predicate< const char * > *new_prot_pred) | |
void | reset () |
virtual void | set_value (const char *new_value) |
virtual | ~primitive_stat () |
![]() | |
stat (const char *new_name) | |
virtual | ~stat () |
![]() | |
const char * | get_name () |
named_object (const char *new_name) | |
virtual | ~named_object () |
Protected Attributes | |
agent * | my_agent |
Definition at line 131 of file semantic_memory.h.
smem_db_lib_version_stat::smem_db_lib_version_stat | ( | agent * | new_agent, |
const char * | new_name, | ||
const char * | new_value, | ||
soar_module::predicate< const char * > * | new_prot_pred | ||
) |
Definition at line 255 of file semantic_memory.cpp.
|
virtual |
Reimplemented from soar_module::primitive_stat< const char * >.
Definition at line 257 of file semantic_memory.cpp.
References soar_module::sqlite_database::lib_version(), my_agent, and agent_struct::smem_db.
|
protected |
Definition at line 134 of file semantic_memory.h.
Referenced by get_value().