#include <PythonManager.h>
Public Member Functions | |
PythonManagerHandle (PythonManager &iM) | |
PythonManagerHandle (const PythonManagerHandle &iRHS) | |
~PythonManagerHandle () | |
Private Member Functions | |
const PythonManagerHandle & | operator= (const PythonManagerHandle &) |
Private Attributes | |
PythonManager & | manager_ |
Definition at line 38 of file PythonManager.h.
PythonManagerHandle::~PythonManagerHandle | ( | ) | [inline] |
Definition at line 40 of file PythonManager.h.
References PythonManager::decrement(), and manager_.
PythonManagerHandle::PythonManagerHandle | ( | PythonManager & | iM | ) | [inline] |
Definition at line 42 of file PythonManager.h.
References PythonManager::increment(), and manager_.
PythonManagerHandle::PythonManagerHandle | ( | const PythonManagerHandle & | iRHS | ) | [inline] |
Definition at line 47 of file PythonManager.h.
References PythonManager::increment(), and manager_.
const PythonManagerHandle& PythonManagerHandle::operator= | ( | const PythonManagerHandle & | ) | [private] |
PythonManager& PythonManagerHandle::manager_ [private] |
Definition at line 54 of file PythonManager.h.
Referenced by PythonManagerHandle(), and ~PythonManagerHandle().