HDK
|
#include <makePyConstructor.h>
Public Types | |
using | WeakPtrType = std::conditional_t< std::is_same< WeakPtr, void >::value, TfWeakPtr< typename FactoryResultPtr::DataType >, WeakPtr > |
typedef _RefPtrFactoryConverter < WeakPtrType, FactoryResultPtr > | type |
Definition at line 286 of file makePyConstructor.h.
typedef _RefPtrFactoryConverter<WeakPtrType, FactoryResultPtr> Tf_MakePyConstructor::RefPtrFactory< WeakPtr >::apply< FactoryResultPtr >::type |
Definition at line 291 of file makePyConstructor.h.
using Tf_MakePyConstructor::RefPtrFactory< WeakPtr >::apply< FactoryResultPtr >::WeakPtrType = std::conditional_t< std::is_same<WeakPtr, void>::value, TfWeakPtr<typename FactoryResultPtr::DataType>, WeakPtr> |
Definition at line 290 of file makePyConstructor.h.