Template Function genCommunityType(string, string)¶
- Defined in File CCommunity.h
Function Documentation¶
-
template<class
T>
static PyTypeObjectgenCommunityType(string tp_name, string 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