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
0002
0003
0004
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
0017 object BOOST_PYTHON_DECL import(str name);
0018
0019 }
0020 }
0021
0022 #endif