HDK
|
#include <pyNoticeWrapper.h>
Public Types | |
typedef TfPyNoticeWrapper < NoticeType, BaseType > | This |
using | Bases = std::conditional_t< std::is_same< NoticeType, TfNotice >::value, hboost::python::bases<>, hboost::python::bases< BaseType >> |
typedef hboost::python::class_ < NoticeType, This, Bases > | ClassType |
Public Member Functions | |
virtual hboost::python::handle | GetNoticePythonObject () const |
template<typename... Args> | |
TfPyNoticeWrapper (PyObject *self, Args...args) | |
Public Member Functions inherited from TfPyNoticeWrapperBase | |
virtual TF_API | ~TfPyNoticeWrapperBase () |
Static Public Member Functions | |
static ClassType | Wrap (std::string const &name=std::string()) |
Definition at line 92 of file pyNoticeWrapper.h.
using TfPyNoticeWrapper< NoticeType, BaseType >::Bases = std::conditional_t<std::is_same<NoticeType, TfNotice>::value, hboost::python::bases<>, hboost::python::bases<BaseType>> |
Definition at line 116 of file pyNoticeWrapper.h.
typedef hboost::python::class_<NoticeType, This, Bases> TfPyNoticeWrapper< NoticeType, BaseType >::ClassType |
Definition at line 118 of file pyNoticeWrapper.h.
typedef TfPyNoticeWrapper<NoticeType, BaseType> TfPyNoticeWrapper< NoticeType, BaseType >::This |
Definition at line 96 of file pyNoticeWrapper.h.
|
inline |
Definition at line 145 of file pyNoticeWrapper.h.
|
inlinevirtual |
Implements TfPyNoticeWrapperBase.
Definition at line 137 of file pyNoticeWrapper.h.
|
inlinestatic |
Definition at line 120 of file pyNoticeWrapper.h.