HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tf_PyClassMethod::_TfPyClassMethod Struct Reference

#include <pyClassMethod.h>

+ Inheritance diagram for Tf_PyClassMethod::_TfPyClassMethod:

Public Member Functions

 _TfPyClassMethod (const std::string &methodName)
 
 _TfPyClassMethod (const char *methodName)
 
template<typename CLS >
void visit (CLS &c) const
 

Friends

class def_visitor_access
 

Detailed Description

Definition at line 44 of file pyClassMethod.h.

Constructor & Destructor Documentation

Tf_PyClassMethod::_TfPyClassMethod::_TfPyClassMethod ( const std::string methodName)
inline

Definition at line 48 of file pyClassMethod.h.

Tf_PyClassMethod::_TfPyClassMethod::_TfPyClassMethod ( const char *  methodName)
inlineexplicit

Definition at line 50 of file pyClassMethod.h.

Member Function Documentation

template<typename CLS >
void Tf_PyClassMethod::_TfPyClassMethod::visit ( CLS &  c) const
inline

Definition at line 54 of file pyClassMethod.h.

Friends And Related Function Documentation

friend class def_visitor_access
friend

Definition at line 46 of file pyClassMethod.h.


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