OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
This is the complete list of members for opencog::FreeLink, including all inherited members.
_atomTable | opencog::Atom | protected |
_attentionValue | opencog::Atom | protected |
_flags | opencog::Atom | protected |
_incoming_set | opencog::Atom | protected |
_index | opencog::FreeLink | protected |
_mtx | opencog::Atom | protected |
_outgoing | opencog::Link | protected |
_truthValue | opencog::Atom | protected |
_type | opencog::Atom | protected |
_uuid | opencog::Atom | protected |
_varseq | opencog::FreeLink | protected |
Atom(Type t, TruthValuePtr tv=TruthValue::DEFAULT_TV(), AttentionValuePtr av=AttentionValue::DEFAULT_AV()) | opencog::Atom | inlineprotected |
build_index(void) | opencog::FreeLink | protected |
decVLTI() | opencog::Atom | inline |
drop_incoming_set() | opencog::Atom | protected |
find_vars(std::set< Handle > &, const HandleSeq &) | opencog::FreeLink | protected |
foreach_incoming(bool(T::*cb)(const Handle &), T *data) | opencog::Atom | inline |
foreach_outgoing(bool(T::*cb)(const Handle &), T *data) | opencog::Link | inline |
FreeLink(Type, const HandleSeq &oset, TruthValuePtr tv=TruthValue::NULL_TV(), AttentionValuePtr av=AttentionValue::DEFAULT_AV()) | opencog::FreeLink | protected |
FreeLink(Type, const Handle &a, TruthValuePtr tv=TruthValue::NULL_TV(), AttentionValuePtr av=AttentionValue::DEFAULT_AV()) | opencog::FreeLink | protected |
FreeLink(Type, const Handle &a, const Handle &b, TruthValuePtr tv=TruthValue::NULL_TV(), AttentionValuePtr av=AttentionValue::DEFAULT_AV()) | opencog::FreeLink | protected |
FreeLink(const HandleSeq &oset, TruthValuePtr tv=TruthValue::NULL_TV(), AttentionValuePtr av=AttentionValue::DEFAULT_AV()) | opencog::FreeLink | |
FreeLink(const Handle &a, TruthValuePtr tv=TruthValue::NULL_TV(), AttentionValuePtr av=AttentionValue::DEFAULT_AV()) | opencog::FreeLink | |
FreeLink(Link &l) | opencog::FreeLink | |
get_vars(void) | opencog::FreeLink | inline |
getArity() const | opencog::Link | inline |
getAttentionValue() | opencog::Atom | |
getHandle() | opencog::Atom | inline |
getIncomingSet() | opencog::Atom | |
getIncomingSet(OutputIterator result) | opencog::Atom | inline |
getIncomingSetByType(OutputIterator result, Type type, bool subclass=false) | opencog::Atom | inline |
getIncomingSetByType(Type type, bool subclass=false) | opencog::Atom | |
getIncomingSetSize() | opencog::Atom | |
getLTI() | opencog::Atom | inline |
getOutgoingAtom(Arity pos) const | opencog::Link | inline |
getOutgoingSet() const | opencog::Link | inline |
getSTI() | opencog::Atom | inline |
getTruthValue() | opencog::Atom | |
getType() const | opencog::Atom | inline |
getVLTI() | opencog::Atom | inline |
incVLTI() | opencog::Atom | inline |
init(void) | opencog::FreeLink | protected |
insert_atom(LinkPtr) | opencog::Atom | protected |
InSetPtr typedef | opencog::Atom | protected |
isSource(Handle) const | opencog::Link | |
isSource(size_t) const | opencog::Link | |
isTarget(Handle) const | opencog::Link | |
isTarget(size_t) const | opencog::Link | |
isType(Type t, bool subclass) const | opencog::Atom | inline |
keep_incoming_set() | opencog::Atom | protected |
Link(Type t, const HandleSeq &oset, TruthValuePtr tv=TruthValue::DEFAULT_TV(), AttentionValuePtr av=AttentionValue::DEFAULT_AV()) | opencog::Link | inline |
Link(Type t, const Handle &h, TruthValuePtr tv=TruthValue::DEFAULT_TV(), AttentionValuePtr av=AttentionValue::DEFAULT_AV()) | opencog::Link | inline |
Link(Type t, const Handle &ha, const Handle &hb, TruthValuePtr tv=TruthValue::DEFAULT_TV(), AttentionValuePtr av=AttentionValue::DEFAULT_AV()) | opencog::Link | inline |
Link(Type t, const Handle &ha, const Handle &hb, const Handle &hc, TruthValuePtr tv=TruthValue::DEFAULT_TV(), AttentionValuePtr av=AttentionValue::DEFAULT_AV()) | opencog::Link | inline |
Link(Type t, const Handle &ha, const Handle &hb, const Handle &hc, const Handle &hd, TruthValuePtr tv=TruthValue::DEFAULT_TV(), AttentionValuePtr av=AttentionValue::DEFAULT_AV()) | opencog::Link | inline |
Link(Link &l) | opencog::Link | inline |
merge(TruthValuePtr) | opencog::Atom | |
operator!=(const Atom &) const | opencog::Link | virtual |
operator==(const Atom &) const | opencog::Link | virtual |
reduce(void) | opencog::FreeLink | virtual |
remove_atom(LinkPtr) | opencog::Atom | protected |
setAttentionValue(AttentionValuePtr) | opencog::Atom | |
setLTI(AttentionValue::lti_t ltiValue) | opencog::Atom | inline |
setSTI(AttentionValue::sti_t stiValue) | opencog::Atom | inline |
setTruthValue(TruthValuePtr) | opencog::Atom | |
toShortString(std::string indent="") | opencog::Link | virtual |
toString(std::string indent="") | opencog::Link | virtual |
tvmerge(TruthValuePtr tv) | opencog::Atom | inline |
~Atom() | opencog::Atom | virtual |
~FreeLink() | opencog::FreeLink | inlinevirtual |
~Link() | opencog::Link |