Template Struct TypeInfoVisitor

Inheritance Relationships

Base Type

  • public boost::python::def_visitor< TypeInfoVisitor< C > >

Struct Documentation

template<class C>
struct TypeInfoVisitor : public boost::python::def_visitor<TypeInfoVisitor<C>>

Add the Python method type_info to query information of a type.

Public Functions

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