OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MyTestClass Class Reference
+ Collaboration diagram for MyTestClass:

Public Member Functions

 MyTestClass (AtomSpace *as, int id)
 
Handle my_func (Handle h)
 
Handle my_other_func (Handle h)
 

Private Attributes

AtomSpace_as
 
int _id
 

Detailed Description

Definition at line 18 of file PrimitiveExample.cc.

Constructor & Destructor Documentation

MyTestClass::MyTestClass ( AtomSpace as,
int  id 
)
inline

Definition at line 25 of file PrimitiveExample.cc.

Member Function Documentation

Handle MyTestClass::my_func ( Handle  h)
inline

Definition at line 29 of file PrimitiveExample.cc.

References opencog::classserver(), opencog::Atom::getType(), opencog::NodeCast(), and python.undocumented.blocksworld::t.

+ Here is the caller graph for this function:

Handle MyTestClass::my_other_func ( Handle  h)
inline

Definition at line 48 of file PrimitiveExample.cc.

References opencog::Handle::UNDEFINED.

+ Here is the caller graph for this function:

Member Data Documentation

AtomSpace* MyTestClass::_as
private

Definition at line 21 of file PrimitiveExample.cc.

int MyTestClass::_id
private

Definition at line 22 of file PrimitiveExample.cc.


The documentation for this class was generated from the following file: