OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AtomTable.cc File Reference
#include "AtomTable.h"
#include <iterator>
#include <set>
#include <stdlib.h>
#include <boost/bind.hpp>
#include <opencog/atomspace/ClassServer.h>
#include <opencog/atomspace/Link.h>
#include <opencog/atomspace/Node.h>
#include <opencog/atomspace/TLB.h>
#include <opencog/atoms/NumberNode.h>
#include <opencog/atoms/TypeNode.h>
#include <opencog/atoms/bind/BindLink.h>
#include <opencog/atoms/bind/DefineLink.h>
#include <opencog/atoms/bind/LambdaLink.h>
#include <opencog/atoms/bind/PatternLink.h>
#include <opencog/atoms/bind/VariableList.h>
#include <opencog/atoms/execution/EvaluationLink.h>
#include <opencog/atoms/execution/ExecutionOutputLink.h>
#include <opencog/atoms/reduct/DeleteLink.h>
#include <opencog/atoms/reduct/FunctionLink.h>
#include <opencog/atoms/core/PutLink.h>
#include <opencog/util/exceptions.h>
#include <opencog/util/functional.h>
#include <opencog/util/Logger.h>
+ Include dependency graph for AtomTable.cc:

Go to the source code of this file.

Macros

#define DPRINTF(...)
 

Functions

static AtomPtr clone_factory (Type atom_type, AtomPtr atom)
 
static void prt_diag (AtomPtr atom, size_t i, size_t arity, const HandleSeq &ogs)
 

Macro Definition Documentation

#define DPRINTF (   ...)

Definition at line 58 of file AtomTable.cc.

Function Documentation

static AtomPtr clone_factory ( Type  atom_type,
AtomPtr  atom 
)
static
static void prt_diag ( AtomPtr  atom,
size_t  i,
size_t  arity,
const HandleSeq ogs 
)
static

Definition at line 376 of file AtomTable.cc.

+ Here is the caller graph for this function: