Last change
on this file since 33 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
476 bytes
|
Rev | Line | |
---|
[29] | 1 | // Copyright Stefan Seefeld 2005. |
---|
| 2 | // Distributed under the Boost Software License, Version 1.0. (See |
---|
| 3 | // accompanying file LICENSE_1_0.txt or copy at |
---|
| 4 | // http://www.boost.org/LICENSE_1_0.txt) |
---|
| 5 | #ifndef IMPORT_SS20050624_HPP |
---|
| 6 | # define IMPORT_SS20050624_HPP |
---|
| 7 | |
---|
| 8 | # include <boost/python/object.hpp> |
---|
| 9 | # include <boost/python/str.hpp> |
---|
| 10 | |
---|
| 11 | namespace boost |
---|
| 12 | { |
---|
| 13 | namespace python |
---|
| 14 | { |
---|
| 15 | |
---|
| 16 | // Import the named module and return a reference to it. |
---|
| 17 | object BOOST_PYTHON_DECL import(str name); |
---|
| 18 | |
---|
| 19 | } |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.