Public Member Functions | Public Attributes | List of all members
PyCallContext::Ctx Struct Reference

Public Member Functions

 Ctx ()
 

Public Attributes

QCString name
 
QCString type
 
ClassDefcd
 

Detailed Description

Definition at line 1378 of file pycode.cpp.

Constructor & Destructor Documentation

PyCallContext::Ctx::Ctx ( )
inline

Definition at line 1380 of file pycode.cpp.

1380 : name(g_name), type(g_type), cd(0) {}
static QCString g_type
Definition: pycode.cpp:1253
static QCString g_name
Definition: pycode.cpp:1254
ClassDef * cd
Definition: pycode.cpp:1383

Member Data Documentation

ClassDef* PyCallContext::Ctx::cd

Definition at line 1383 of file pycode.cpp.

QCString PyCallContext::Ctx::name

Definition at line 1381 of file pycode.cpp.

QCString PyCallContext::Ctx::type

Definition at line 1382 of file pycode.cpp.


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