Soar Kernel
9.3.2 08-06-12
|
#include <wma.h>
Inherits soar_module::timer_container.
Public Member Functions | |
wma_timer_container (agent *my_agent) | |
![]() | |
void | reset () |
timer_container (agent *new_agent) | |
![]() | |
void | for_each (accumulator< timer * > &f) |
timer * | get (const char *name) |
object_container (agent *new_agent) | |
virtual | ~object_container () |
Data Fields | |
soar_module::timer * | forgetting |
soar_module::timer * | history |
Additional Inherited Members | |
![]() | |
void | add (timer *new_object) |
![]() | |
agent * | my_agent |
std::map< std::string, timer * > * | objects |
wma_timer_container::wma_timer_container | ( | agent * | my_agent | ) |
Definition at line 180 of file wma.cpp.
References soar_module::object_container< timer >::add(), forgetting, history, soar_module::object_container< timer >::my_agent, and soar_module::timer::one.
soar_module::timer* wma_timer_container::forgetting |
Definition at line 131 of file wma.h.
Referenced by wma_go(), and wma_timer_container().
soar_module::timer* wma_timer_container::history |
Definition at line 130 of file wma.h.
Referenced by wma_go(), and wma_timer_container().