$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Nikolay Mladenov (yg-boost-users_at_[hidden])
Date: 2002-08-02 07:50:51
Hi,
I have exported some classes to python with boost.python, and now I am
wondering:
Does any body know how can I convert obj.__class__ (of an exported
object from C++)
to a class specific value( for example typeid(corespondong_cpp_class) )?
Thanks in advance,
Nikolay