|
EvEmu
0.8.4
11 September 2021
|
Base class for exceptions that can be converted to python objects. More...
#include "PyExceptions.h"


Public Member Functions | |
| PyException (PyRep *except) | |
| PyException (const PyException &oth) | |
| ~PyException () | |
| PyException & | operator= (const PyException &oth) |
Public Attributes | |
| PyRep * | ssException |
Base class for exceptions that can be converted to python objects.
This exception can be used as a general purpose base class for any object that has a PyRep representation available.
Definition at line 39 of file PyExceptions.h.
| PyException::PyException | ( | PyRep * | except | ) |
Definition at line 33 of file PyExceptions.cpp.
| PyException::PyException | ( | const PyException & | oth | ) |
Definition at line 34 of file PyExceptions.cpp.
| PyException::~PyException | ( | ) |
| PyException & PyException::operator= | ( | const PyException & | oth | ) |
Definition at line 37 of file PyExceptions.cpp.
References PySafeDecRef, PySafeIncRef, and ssException.
| PyRep* PyException::ssException |
Definition at line 48 of file PyExceptions.h.
Referenced by PyCallable::Call(), operator=(), Client::ProcessNet(), and ~PyException().