#include "CustomAtomTypesModule.h"#include <time.h>#include <opencog/server/CogServer.h>#include <opencog/util/Logger.h>#include "CustomAtomTypesTester.h"#include "atom_types.definitions"

Go to the source code of this file.
Functions | |
| const char * | opencog_module_id () |
| Module * | opencog_module_load () |
| void | opencog_module_unload (Module *m) |
| const char* opencog_module_id | ( | ) |
Definition at line 38 of file CustomAtomTypesModule.cc.
| Module* opencog_module_load | ( | ) |
Definition at line 39 of file CustomAtomTypesModule.cc.
| void opencog_module_unload | ( | Module * | m | ) |
Definition at line 40 of file CustomAtomTypesModule.cc.
1.5.6