Back to home page

EIC code displayed by LXR

 
 

    


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 // Copyright David Abrahams 2002.
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 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 // class being wrapped
0015     // arbitrarily-ordered optional arguments. Full qualification needed for MSVC6
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 }} // namespace boost::python
0023 
0024 #endif // CLASS_FWD_DWA200222_HPP