$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bo Peng (ben.bob_at_[hidden])
Date: 2005-04-22 02:35:02
On 4/22/05, Robert Ramey <ramey_at_[hidden]> wrote:
> what is SWIG?
SWIG is a tool to wrap C++ classes so thay can be used as, for
example, python classes. I write template classes in C++ and
instantiate them with SWIG.
> the macro won't work with a template. one has to specialiae the class.
> This issue is specifically discussed in the documentation.
I will try to use this macro in SWIG when I instantiate the template
(and know the template parameter).
Thanks.
Bo