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

Public Member Functions

 RAII (PythonEval *pev, AtomSpace *as)
 
 ~RAII ()
 

Public Attributes

AtomSpace_save_as
 
PythonEval_pev
 

Detailed Description

Definition at line 114 of file PythonEval.h.

Constructor & Destructor Documentation

opencog::PythonEval::RAII::RAII ( PythonEval pev,
AtomSpace as 
)
inline

Definition at line 115 of file PythonEval.h.

References opencog::PythonEval::_atomspace, and _save_as.

opencog::PythonEval::RAII::~RAII ( )
inline

Definition at line 117 of file PythonEval.h.

References opencog::PythonEval::_atomspace, _pev, and _save_as.

Member Data Documentation

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.


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