Template Function genCommunityType(char *, char *)¶
- Defined in File CCommunity.h
Function Documentation¶
-
template<class
T>
static PyTypeObjectgenCommunityType(char *tp_name, char *tp_doc) Generates the community type using the object name and description.
- Return
- Template Parameters
T: the C++ class to generate a Python object for
- Parameters
tp_name: the Python class nametp_doc: the Python documentation