|
OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <cstddef>#include <opencog/atomspace/AtomSpace.h>#include <opencog/guile/SchemeModule.h>#include "ExampleSCM.h"
Include dependency graph for ExampleSCM.cc:Go to the source code of this file.
Functions | |
| static Handle | ss_print (AtomSpace *atomspace, const Handle &h) |
| static TruthValuePtr | ss_printmore (AtomSpace *atomspace, const Handle &h) |
| void | opencog_example_init (void) |
| void opencog_example_init | ( | void | ) |
Definition at line 78 of file ExampleSCM.cc.
References opencog::ModuleWrap::module_init().
Definition at line 31 of file ExampleSCM.cc.
References opencog::Atom::toShortString().
Here is the caller graph for this function:
|
static |
Definition at line 38 of file ExampleSCM.cc.
References opencog::Atom::getTruthValue(), and opencog::Atom::toString().
Here is the caller graph for this function: