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

#include <episodic_memory.h>

Inherits soar_module::agent_predicate< T >.

Public Member Functions

 epmem_db_predicate (agent *new_agent)
bool operator() (T val)
- 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 epmem_db_predicate< T >

Definition at line 157 of file episodic_memory.h.

Constructor & Destructor Documentation

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

Definition at line 235 of file episodic_memory.cpp.

Member Function Documentation

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

Reimplemented from soar_module::predicate< T >.

Definition at line 238 of file episodic_memory.cpp.

References soar_module::connected.

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

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