![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Types | |
| typedef greenlet::refs::OwnedReference< struct _frame > | OwnedFrame |
Public Member Functions | |
| const OwnedFrame & | top_frame () const noexcept |
| void | operator<< (const PyThreadState *const tstate) noexcept |
| void | operator>> (PyThreadState *tstate) noexcept |
| void | clear () noexcept |
| int | tp_traverse (visitproc visit, void *arg, bool visit_top_frame) noexcept |
| void | tp_clear (bool own_top_frame) noexcept |
| void | set_initial_state (const PyThreadState *const tstate) noexcept |
| void | may_switch_away () noexcept |
| void | will_switch_from (PyThreadState *const origin_tstate) noexcept |
| void | did_finish (PyThreadState *tstate) noexcept |
Public Member Functions inherited from greenlet::PythonStateContext | |
| const greenlet::refs::OwnedContext & | context () const |
| greenlet::refs::OwnedContext & | context () |
| void | tp_clear () |
Additional Inherited Members | |
Static Public Member Functions inherited from greenlet::PythonStateContext | |
| template<typename T > | |
| static PyObject * | context (T *tstate) |
| template<typename T > | |
| static void | context (T *tstate, PyObject *new_context) |
Protected Attributes inherited from greenlet::PythonStateContext | |
| greenlet::refs::OwnedContext | _context |