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

#include <makePyConstructor.h>

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

Public Member Functions

 NewVisitor (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::NewVisitor< CTOR >

Definition at line 137 of file makePyConstructor.h.

Constructor & Destructor Documentation

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

Definition at line 140 of file makePyConstructor.h.

Member Function Documentation

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

Definition at line 143 of file makePyConstructor.h.

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

Definition at line 166 of file makePyConstructor.h.

Friends And Related Function Documentation

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

Definition at line 138 of file makePyConstructor.h.

Member Data Documentation

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

Definition at line 139 of file makePyConstructor.h.


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