OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <ExecSCM.h>
Public Member Functions | |
ExecSCM (void) | |
~ExecSCM () | |
![]() | |
ModuleWrap (const char *) | |
void | module_init (void) |
virtual | ~ModuleWrap () |
Protected Member Functions | |
virtual void | init (void) |
Static Protected Attributes | |
static std::vector < FunctionWrap * > | _binders |
ExecSCM::ExecSCM | ( | void | ) |
Definition at line 85 of file ExecSCM.cc.
ExecSCM::~ExecSCM | ( | ) |
Definition at line 103 of file ExecSCM.cc.
References _binders.
|
protectedvirtual |
This is called while (opencog exec) is the current module. Thus, all the definitions below happen in that module.
Implements opencog::ModuleWrap.
Definition at line 91 of file ExecSCM.cc.
References _binders, ss_evaluate(), ss_execute(), and ss_reduce().
|
staticprotected |