Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef BOOST_SMART_PTR_HPP_INCLUDED
0002 #define BOOST_SMART_PTR_HPP_INCLUDED
0003 
0004 //
0005 //  smart_ptr.hpp
0006 //
0007 //  For convenience, this header includes the rest of the smart
0008 //  pointer library headers.
0009 //
0010 //  Copyright (c) 2003 Peter Dimov  Distributed under the Boost
0011 //  Software License, Version 1.0. (See accompanying file
0012 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0013 //
0014 //  See http://www.boost.org/libs/smart_ptr/ for documentation.
0015 //
0016 
0017 #include <boost/scoped_ptr.hpp>
0018 #include <boost/scoped_array.hpp>
0019 #include <boost/shared_ptr.hpp>
0020 #include <boost/shared_array.hpp>
0021 #include <boost/weak_ptr.hpp>
0022 #include <boost/intrusive_ptr.hpp>
0023 #include <boost/enable_shared_from_this.hpp>
0024 #include <boost/make_shared.hpp>
0025 
0026 #endif // #ifndef BOOST_SMART_PTR_HPP_INCLUDED