OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
Public Member Functions | |
RAII (PythonEval *pev, AtomSpace *as) | |
~RAII () | |
Public Attributes | |
AtomSpace * | _save_as |
PythonEval * | _pev |
Definition at line 114 of file PythonEval.h.
|
inline |
Definition at line 115 of file PythonEval.h.
References opencog::PythonEval::_atomspace, and _save_as.
|
inline |
Definition at line 117 of file PythonEval.h.
References opencog::PythonEval::_atomspace, _pev, and _save_as.
PythonEval* opencog::PythonEval::RAII::_pev |
Definition at line 119 of file PythonEval.h.
AtomSpace* opencog::PythonEval::RAII::_save_as |
Definition at line 118 of file PythonEval.h.