All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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...

Inherits _PythonClass.

Additional Inherited Members

- Public Member Functions inherited from _PythonClass
template<class CLS >
void visit (CLS &c) const
 

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", ...)
* .def( TfTypePythonClass() )
*

Definition at line 77 of file wrapTypeHelpers.h.


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