#include <boost/python.hpp>
#include "AClass.hh"
Go to the source code of this file.
BOOST_PYTHON_MODULE |
( |
test03 |
| ) |
|
Definition at line 40 of file test03.cc.
41 class_<AClass>(
"AClass",
"Singleton")
43 return_value_policy<manage_new_object>())
static AClass * GetPointer()