$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost-python stringifying
From: immanuel litzroth (ilitzroth_at_[hidden])
Date: 2011-10-20 03:45:38
Hello,
I've got a object and I need to stringify it in boost-pyton bridge....
actually
just the equivalent of calling str(obj) in python. I have a hard time
finding
out how to do this from the documentation.
Thanks in advance for any pointers,
Immanuel