Soar Kernel
9.3.2 08-06-12
|
#include <soar_module.h>
Inherits soar_module::object_container< timer >.
Inherited by epmem_timer_container, smem_timer_container, and wma_timer_container.
Public Member Functions | |
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 () |
Additional Inherited Members | |
![]() | |
void | add (timer *new_object) |
![]() | |
agent * | my_agent |
std::map< std::string, timer * > * | objects |
Definition at line 902 of file soar_module.h.
|
inline |
Definition at line 905 of file soar_module.h.
|
inline |
Definition at line 909 of file soar_module.h.
References soar_module::object_container< timer >::objects.
Referenced by init_agent_memory(), and reset_statistics().