HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tf_MakePyConstructor::CtorBase< SIG, EXTRA_ARITY > Struct Template Reference

#include <makePyConstructor.h>

Public Types

typedef SIG Sig
 
using Traits = TfFunctionTraits< SIG * >
 

Static Public Member Functions

static void SetFunc (Sig *func)
 

Static Public Attributes

static Sig_func = nullptr
 

Detailed Description

template<typename SIG, size_t EXTRA_ARITY = 0>
struct Tf_MakePyConstructor::CtorBase< SIG, EXTRA_ARITY >

Definition at line 301 of file makePyConstructor.h.

Member Typedef Documentation

template<typename SIG, size_t EXTRA_ARITY = 0>
typedef SIG Tf_MakePyConstructor::CtorBase< SIG, EXTRA_ARITY >::Sig

Definition at line 302 of file makePyConstructor.h.

template<typename SIG, size_t EXTRA_ARITY = 0>
using Tf_MakePyConstructor::CtorBase< SIG, EXTRA_ARITY >::Traits = TfFunctionTraits<SIG*>

Definition at line 303 of file makePyConstructor.h.

Member Function Documentation

template<typename SIG, size_t EXTRA_ARITY = 0>
static void Tf_MakePyConstructor::CtorBase< SIG, EXTRA_ARITY >::SetFunc ( Sig func)
inlinestatic

Definition at line 307 of file makePyConstructor.h.

Member Data Documentation

template<typename SIG, size_t EXTRA_ARITY = 0>
SIG * Tf_MakePyConstructor::CtorBase< SIG, EXTRA_ARITY >::_func = nullptr
static

Definition at line 304 of file makePyConstructor.h.


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