| 
    HDK
    
   | 
 
#include <pyEnum.h>
Public Types | |
| typedef Tf_PyEnumRegistry | This | 
Public Member Functions | |
| TF_API void | RegisterValue (TfEnum const &e, pxr_boost::python::object const &obj) | 
| template<typename T > | |
| void | RegisterEnumConversions () | 
Static Public Member Functions | |
| static TF_API This & | GetInstance () | 
Friends | |
| class | TfSingleton< This > | 
This is a private class that manages registered enum objects.
      
  | 
  inline | 
| TF_API void Tf_PyEnumRegistry::RegisterValue | ( | TfEnum const & | e, | 
| pxr_boost::python::object const & | obj | ||
| ) | 
      
  | 
  friend |