#include <pyPtrHelpers.h>
|
template<typename CLS > |
void | visit (CLS &c) const |
|
|
template<typename WrapperPtrType , typename Wrapper , typename T > |
static void | _RegisterConversions (Wrapper *, T *) |
|
template<typename WrapperPtrType , typename Wrapper , typename T > |
static void | _RegisterConversionsHelper () |
|
template<typename PtrType , typename CLS , typename Wrapper , typename T > |
static void | _AddAPI (CLS &c, Wrapper *, T *) |
|
Definition at line 312 of file pyPtrHelpers.h.
template<typename PtrType , typename CLS , typename Wrapper , typename T >
static void Tf_PyDefHelpers::WeakPtr::_AddAPI |
( |
CLS & |
c, |
|
|
Wrapper * |
, |
|
|
T * |
|
|
) |
| |
|
inlinestatic |
template<typename WrapperPtrType , typename Wrapper , typename T >
static void Tf_PyDefHelpers::WeakPtr::_RegisterConversions |
( |
Wrapper * |
, |
|
|
T * |
|
|
) |
| |
|
inlinestatic |
template<typename WrapperPtrType , typename Wrapper , typename T >
static void Tf_PyDefHelpers::WeakPtr::_RegisterConversionsHelper |
( |
| ) |
|
|
inlinestatic |
template<typename CLS >
void Tf_PyDefHelpers::WeakPtr::visit |
( |
CLS & |
c | ) |
const |
|
inline |
friend class def_visitor_access |
|
friend |
The documentation for this struct was generated from the following file: