Blender V2.61 - r43446
Public Member Functions | Protected Attributes

PyTypeListItem Class Reference

class for item of python type list More...

#include <PyTypeList.h>

List of all members.

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

Detailed Description

class for item of python type list

Definition at line 70 of file PyTypeList.h.


Constructor & Destructor Documentation

PyTypeListItem::PyTypeListItem ( PyTypeObject *  type,
const char *  name 
) [inline]

constructor adds type into list

Definition at line 74 of file PyTypeList.h.


Member Function Documentation

const char* PyTypeListItem::getName ( void  ) [inline]

get name of type

Definition at line 82 of file PyTypeList.h.

References m_name.

PyTypeObject* PyTypeListItem::getType ( void  ) [inline]

does type match

Definition at line 79 of file PyTypeList.h.

References m_type.


Member Data Documentation

const char* PyTypeListItem::m_name [protected]

name of type

Definition at line 88 of file PyTypeList.h.

Referenced by getName().

PyTypeObject* PyTypeListItem::m_type [protected]

pointer to type object

Definition at line 86 of file PyTypeList.h.

Referenced by getType().


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