HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tf_MakePyConstructor::InitVisitor< CTOR > Struct Template Reference

#include <makePyConstructor.h>

+ Inheritance diagram for Tf_MakePyConstructor::InitVisitor< CTOR >:

Public Member Functions

 InitVisitor (const std::string &doc=std::string())
 
template<typename CLS >
void visit (CLS &c) const
 
template<class CLS , class Options >
void visit (CLS &c, char const *name, Options &options) const
 

Public Attributes

const std::string _doc
 

Friends

class bp::def_visitor_access
 

Detailed Description

template<typename CTOR>
struct Tf_MakePyConstructor::InitVisitor< CTOR >

Definition at line 114 of file makePyConstructor.h.

Constructor & Destructor Documentation

template<typename CTOR >
Tf_MakePyConstructor::InitVisitor< CTOR >::InitVisitor ( const std::string doc = std::string())
inline

Definition at line 117 of file makePyConstructor.h.

Member Function Documentation

template<typename CTOR >
template<typename CLS >
void Tf_MakePyConstructor::InitVisitor< CTOR >::visit ( CLS &  c) const
inline

Definition at line 120 of file makePyConstructor.h.

template<typename CTOR >
template<class CLS , class Options >
void Tf_MakePyConstructor::InitVisitor< CTOR >::visit ( CLS &  c,
char const name,
Options &  options 
) const
inline

Definition at line 125 of file makePyConstructor.h.

Friends And Related Function Documentation

template<typename CTOR >
friend class bp::def_visitor_access
friend

Definition at line 115 of file makePyConstructor.h.

Member Data Documentation

template<typename CTOR >
const std::string Tf_MakePyConstructor::InitVisitor< CTOR >::_doc

Definition at line 116 of file makePyConstructor.h.


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