|
||||
File indexing completed on 2024-11-15 09:34:17
0001 #ifndef BOOST_SCOPED_PTR_HPP_INCLUDED 0002 #define BOOST_SCOPED_PTR_HPP_INCLUDED 0003 0004 // (C) Copyright Greg Colvin and Beman Dawes 1998, 1999. 0005 // Copyright (c) 2001, 2002 Peter Dimov 0006 // 0007 // Distributed under the Boost Software License, Version 1.0. (See 0008 // accompanying file LICENSE_1_0.txt or copy at 0009 // http://www.boost.org/LICENSE_1_0.txt) 0010 // 0011 // See http://www.boost.org/libs/smart_ptr/ for documentation. 0012 0013 #include <boost/smart_ptr/scoped_ptr.hpp> 0014 0015 #endif // #ifndef BOOST_SCOPED_PTR_HPP_INCLUDED
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |