Public Member Functions | |
PyCallContext () | |
virtual | ~PyCallContext () |
void | setClass (ClassDef *cd) |
void | pushScope () |
void | popScope () |
void | clear () |
ClassDef * | getClass () const |
Classes | |
struct | Ctx |
Definition at line 1182 of file pycode.cpp.
PyCallContext::PyCallContext | ( | ) | [inline] |
Definition at line 1193 of file pycode.cpp.
virtual PyCallContext::~PyCallContext | ( | ) | [inline, virtual] |
Definition at line 1199 of file pycode.cpp.
void PyCallContext::setClass | ( | ClassDef * | cd | ) | [inline] |
void PyCallContext::pushScope | ( | ) | [inline] |
Definition at line 1209 of file pycode.cpp.
void PyCallContext::popScope | ( | ) | [inline] |
Definition at line 1214 of file pycode.cpp.
void PyCallContext::clear | ( | ) | [inline] |
Definition at line 1231 of file pycode.cpp.
ClassDef* PyCallContext::getClass | ( | ) | const [inline] |