29 using namespace opencog;
33 static bool is_init =
false;
42 scm_c_use_module(
"opencog persist");
54 define_scheme_primitive(
"fetch-atom",
56 define_scheme_primitive(
"fetch-incoming-set",
58 define_scheme_primitive(
"store-atom",
60 define_scheme_primitive(
"load-atoms-of-type",
62 define_scheme_primitive(
"barrier",
static void init_in_module(void *)
void fetch_all_atoms_of_type(Type t)
void opencog_persist_init(void)
Handle fetch_atom(Handle)
Handle store_atom(Handle)
unsigned short Type
type of Atoms, represented as short integer (16 bits)
void store_atom(Handle h)
static void * init_in_guile(void *)
Handle fetch_atom(Handle h)
static AtomSpace * ss_get_env_as(const char *)
Handle fetch_incoming_set(Handle, bool)
Handle fetch_incoming_set(Handle)