Warning, file /include/boost/python/class_fwd.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 CLASS_FWD_DWA200222_HPP
0006 # define CLASS_FWD_DWA200222_HPP
0007
0008 # include <boost/python/detail/prefix.hpp>
0009 # include <boost/python/detail/not_specified.hpp>
0010
0011 namespace boost { namespace python {
0012
0013 template <
0014 class T
0015
0016 , class X1 = ::boost::python::detail::not_specified
0017 , class X2 = ::boost::python::detail::not_specified
0018 , class X3 = ::boost::python::detail::not_specified
0019 >
0020 class class_;
0021
0022 }}
0023
0024 #endif