Template Function genCommunityType(string, string)

Function Documentation

template<class T>
static PyTypeObject genCommunityType(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 name
  • tp_doc: the Python documentation