Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/python/import.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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