| OpenCog Framework
    Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
    | 
#include <PersistSCM.h>
| Public Member Functions | |
| PersistSCM (void) | |
| Private Member Functions | |
| void | init (void) | 
| Handle | fetch_atom (Handle) | 
| Handle | fetch_incoming_set (Handle) | 
| Handle | store_atom (Handle) | 
| void | load_type (Type) | 
| void | barrier (void) | 
| Static Private Member Functions | |
| static void * | init_in_guile (void *) | 
| static void | init_in_module (void *) | 
Definition at line 36 of file PersistSCM.h.
| PersistSCM::PersistSCM | ( | void | ) | 
Definition at line 31 of file PersistSCM.cc.
References init_in_guile().
| 
 | private | 
Definition at line 100 of file PersistSCM.cc.
References opencog::AtomSpace::barrier(), and opencog::SchemeSmob::ss_get_env_as().
 Here is the caller graph for this function:
 Here is the caller graph for this function:Definition at line 68 of file PersistSCM.cc.
References opencog::AtomSpace::fetch_atom(), and opencog::SchemeSmob::ss_get_env_as().
 Here is the caller graph for this function:
 Here is the caller graph for this function:Definition at line 75 of file PersistSCM.cc.
References opencog::AtomSpace::fetch_incoming_set(), and opencog::SchemeSmob::ss_get_env_as().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 52 of file PersistSCM.cc.
References barrier(), fetch_atom(), fetch_incoming_set(), load_type(), and store_atom().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | staticprivate | 
Definition at line 39 of file PersistSCM.cc.
References init_in_module().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | staticprivate | 
Definition at line 46 of file PersistSCM.cc.
References init().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 94 of file PersistSCM.cc.
References opencog::AtomSpace::fetch_all_atoms_of_type(), and opencog::SchemeSmob::ss_get_env_as().
 Here is the caller graph for this function:
 Here is the caller graph for this function:Store the single atom to the backing store hanging off the atom-space
Definition at line 87 of file PersistSCM.cc.
References opencog::SchemeSmob::ss_get_env_as(), and opencog::AtomSpace::store_atom().
 Here is the caller graph for this function:
 Here is the caller graph for this function: