$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Preston A. Elder (prez_at_[hidden])
Date: 2005-02-11 17:41:31
On Fri, 11 Feb 2005 16:09:58 +0100, Hubert Holin wrote:
> As an organizational note, what would be best, when we add more
> conversions to Python? Various pieces bundled with the lib's doc, or in
> a centralized location TBD?
Not really sure what you mean?
I've centralized the python conversions for my own project, which you can
see here:
http://www.neuromancy.net/viewcvs/Mantra-I/python/?root=mantra
You will note that in the 'boost' directory I have added some conversions
for things like boost::format, boost::date_time, and boost::logic::tribool.
Basically just the things I needed boost conversions for :)
Oh, and as a side-note, my void * problem, for now, I've got around with
VoidBuf in core/utils.cpp (with the C++ class defined in my python.h).
Its a poxy solution, but it works.
-- PreZ :) Founder. The Neuromancy Society (http://www.neuromancy.net)