OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
FoldLink.cc File Reference
#include <limits>
#include <opencog/atomspace/atom_types.h>
#include <opencog/atomspace/ClassServer.h>
#include <opencog/atoms/NumberNode.h>
#include "FoldLink.h"
+ Include dependency graph for FoldLink.cc:

Go to the source code of this file.

Macros

#define DO_RETURN(result)
 

Macro Definition Documentation

#define DO_RETURN (   result)
Value:
{ \
if (not _atomTable) return (result); \
AtomSpace* as = _atomTable->getAtomSpace(); \
return as->add_atom(result); \
}

Definition at line 77 of file FoldLink.cc.