$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Can a singleton be exposed in boost.python
From: Andy Falanga (afalanga) (afalanga_at_[hidden])
Date: 2012-02-07 19:42:38
Hi everyone,
As the subject suggests, I have a class which needs to be implemented as a singleton. How should I properly expose that through Boost.Python? Is it possible?
Thanks,
Andy