12345678910111213141516171819202122 |
- #ifndef IMPORT_SS20050624_HPP
- # define IMPORT_SS20050624_HPP
- # include <boost/python/object.hpp>
- # include <boost/python/str.hpp>
- namespace boost
- {
- namespace python
- {
- object BOOST_PYTHON_DECL import(str name);
- }
- }
- #endif
|