OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ForeachChaseLink.h File Reference
+ Include dependency graph for ForeachChaseLink.h:

Go to the source code of this file.

Classes

class  opencog::PrivateUseOnlyChaseLink< T >
 

Namespaces

 opencog
 

Functions

template<typename T >
bool opencog::foreach_binary_link (const Handle &h, Type ltype, bool(T::*cb)(const Handle &), T *data)
 
template<typename T >
bool opencog::foreach_binary_link (const Handle &h, Type ltype, bool(T::*cb)(const Handle &, const Handle &), T *data)
 
template<typename T >
bool opencog::foreach_reverse_binary_link (const Handle &h, Type ltype, bool(T::*cb)(const Handle &), T *data)
 
template<typename T >
bool opencog::foreach_reverse_binary_link (const Handle &h, Type ltype, bool(T::*cb)(const Handle &, const Handle &), T *data)
 
template<typename T >
bool opencog::foreach_link (const Handle &h, Type ltype, int from, int to, bool(T::*cb)(const Handle &), T *data)
 
template<typename T >
bool opencog::foreach_link (const Handle &h, Type ltype, int from, int to, bool(T::*cb)(const Handle &, const Handle &), T *data)
 
template<typename T >
bool opencog::foreach_unordered_binary_link (const Handle &h, Type ltype, bool(T::*cb)(const Handle &), T *data)
 
template<typename T >
bool opencog::foreach_unordered_binary_link (const Handle &h, Type ltype, bool(T::*cb)(const Handle &, const Handle &), T *data)