Template Struct ExposeConstructorByCastVisitor

Inheritance Relationships

Base Type

  • public boost::python::def_visitor< ExposeConstructorByCastVisitor< _From, _To > >

Struct Documentation

template<class _From, class _To>
struct ExposeConstructorByCastVisitor : public boost::python::def_visitor<ExposeConstructorByCastVisitor<_From, _To>>

Public Functions

template<class PyClass>
inline void visit(PyClass&) const

Protected Static Functions

template<typename From, typename To>
static inline void expose_constructor()
template<typename From, typename To>
static inline To *constructor(const From &clone)