OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ExampleSCM.cc File Reference
#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)
 

Function Documentation

void opencog_example_init ( void  )

Definition at line 78 of file ExampleSCM.cc.

References opencog::ModuleWrap::module_init().

static Handle ss_print ( AtomSpace atomspace,
const Handle h 
)
static

Definition at line 31 of file ExampleSCM.cc.

References opencog::Atom::toShortString().

+ Here is the caller graph for this function:

static TruthValuePtr ss_printmore ( AtomSpace atomspace,
const Handle h 
)
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: