OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <atomic>
#include <mutex>
#include <set>
#include <thread>
#include <vector>
#include <opencog/util/async_method_caller.h>
#include <opencog/atomspace/Atom.h>
#include <opencog/atomspace/Link.h>
#include <opencog/atomspace/Node.h>
#include <opencog/atomspace/AtomTable.h>
#include <opencog/atomspace/types.h>
#include <opencog/persist/sql/odbcxx.h>
Go to the source code of this file.
Classes | |
class | opencog::AtomStorage |
Namespaces | |
opencog | |
Macros | |
#define | TYPEMAP_SZ (1 << (8 * sizeof(Type))) |
#define TYPEMAP_SZ (1 << (8 * sizeof(Type))) |
Definition at line 106 of file AtomStorage.h.