|
OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <ExecSCM.h>
Inheritance diagram for opencog::ExecSCM:
Collaboration diagram for opencog::ExecSCM:Public Member Functions | |
| ExecSCM (void) | |
| ~ExecSCM () | |
Public Member Functions inherited from opencog::ModuleWrap | |
| 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 |