Template Struct AddressVisitor

Inheritance Relationships

Base Type

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

Struct Documentation

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

Add the Python method to extract the address of the underlying C++ object.

Public Functions

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