![]() |
|
|||
File indexing completed on 2025-07-05 08:47:44
0001 // Copyright Stefan Seefeld 2005. 0002 // Distributed under the Boost Software License, Version 1.0. (See 0003 // accompanying file LICENSE_1_0.txt or copy at 0004 // http://www.boost.org/LICENSE_1_0.txt) 0005 #ifndef IMPORT_SS20050624_HPP 0006 # define IMPORT_SS20050624_HPP 0007 0008 # include <boost/python/object.hpp> 0009 # include <boost/python/str.hpp> 0010 0011 namespace boost 0012 { 0013 namespace python 0014 { 0015 0016 // Import the named module and return a reference to it. 0017 object BOOST_PYTHON_DECL import(str name); 0018 0019 } 0020 } 0021 0022 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |