ReFRACtor
|
This is the base class that is used by fp_shared_ptr.i to map a shared_ptr to a python object. More...
#include <swig_type_mapper_base.h>
Public Member Functions | |
virtual PyObject * | to_python (const boost::shared_ptr< FullPhysics::GenericObject > &V)=0 |
This is the base class that is used by fp_shared_ptr.i to map a shared_ptr to a python object.
Definition at line 17 of file swig_type_mapper_base.h.
|
pure virtual |
Implemented in FullPhysics::SwigTypeMapper< T >.