Soar Kernel  9.3.2 08-06-12
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
smem_db_predicate< T > Class Template Reference

#include <semantic_memory.h>

Inherits soar_module::agent_predicate< T >.

Public Member Functions

bool operator() (T val)
 smem_db_predicate (agent *new_agent)
- Public Member Functions inherited from soar_module::agent_predicate< T >
 agent_predicate (agent *new_agent)
- Public Member Functions inherited from soar_module::predicate< T >
virtual ~predicate ()

Additional Inherited Members

- Protected Attributes inherited from soar_module::agent_predicate< T >
agentmy_agent

Detailed Description

template<typename T>
class smem_db_predicate< T >

Definition at line 94 of file semantic_memory.h.

Constructor & Destructor Documentation

template<typename T >
smem_db_predicate< T >::smem_db_predicate ( agent new_agent)

Definition at line 188 of file semantic_memory.cpp.

Member Function Documentation

template<typename T >
bool smem_db_predicate< T >::operator() ( val)
virtual

Reimplemented from soar_module::predicate< T >.

Definition at line 191 of file semantic_memory.cpp.

References soar_module::connected.

{ return ( this->my_agent->smem_db->get_status() == soar_module::connected ); }

The documentation for this class was generated from the following files: