Loading...
Searching...
No Matches
TfTypePythonClass Struct Reference

A boost.python visitor that associates the Python class object created by the wrapping with the TfType of the C++ type being wrapped. More...

#include <wrapTypeHelpers.h>

Inherits _PythonClass.

Detailed Description

A boost.python visitor that associates the Python class object created by the wrapping with the TfType of the C++ type being wrapped.

Example use:

class_<Foo, ...>("Foo", ...)
A boost.python visitor that associates the Python class object created by the wrapping with the TfTyp...

Definition at line 77 of file wrapTypeHelpers.h.


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