![]() |
Blender V2.61 - r43446
|
class for item of python type list More...
#include <PyTypeList.h>
Public Member Functions | |
| PyTypeListItem (PyTypeObject *type, const char *name) | |
| constructor adds type into list | |
| PyTypeObject * | getType (void) |
| does type match | |
| const char * | getName (void) |
| get name of type | |
Protected Attributes | |
| PyTypeObject * | m_type |
| pointer to type object | |
| const char * | m_name |
| name of type | |
class for item of python type list
Definition at line 70 of file PyTypeList.h.
| PyTypeListItem::PyTypeListItem | ( | PyTypeObject * | type, |
| const char * | name | ||
| ) | [inline] |
constructor adds type into list
Definition at line 74 of file PyTypeList.h.
| const char* PyTypeListItem::getName | ( | void | ) | [inline] |
| PyTypeObject* PyTypeListItem::getType | ( | void | ) | [inline] |
const char* PyTypeListItem::m_name [protected] |
PyTypeObject* PyTypeListItem::m_type [protected] |