wrap_class

Wrap a class.

void
wrap_class
(
T
Params...
)
()

Parameters

T

The class being wrapped.

Params

Mixture of definitions of members of T to be wrapped and optional arguments. Concerning optional arguments, accepts PyName!(pyname), ModuleName!(modulename), and Docstring!(docstring).

Meta