|
OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <typeinfo>#include <stdio.h>#include <stdlib.h>#include <opencog/atomspace/ClassServer.h>#include <opencog/atomspace/CountTruthValue.h>#include <opencog/atomspace/IndefiniteTruthValue.h>#include <opencog/atomspace/NullTruthValue.h>#include <opencog/atomspace/SimpleTruthValue.h>#include <opencog/atomspace/TruthValue.h>#include <opencog/util/platform.h>
Include dependency graph for TruthValue.cc:Go to the source code of this file.
Macros | |
| #define | DPRINTF(...) |
Variables | |
| const strength_t | MAX_TRUTH = 1.0f |
| #define DPRINTF | ( | ... | ) |
Definition at line 40 of file TruthValue.cc.
| const strength_t MAX_TRUTH = 1.0f |
Definition at line 44 of file TruthValue.cc.