|
||||
File indexing completed on 2025-01-18 09:38:30
0001 ////////////////////////////////////////////////////////////////////////////// 0002 // 0003 // (C) Copyright Ion Gaztanaga 2007-2012. 0004 // 0005 // Distributed under the Boost Software License, Version 1.0. 0006 // (See accompanying file LICENSE_1_0.txt or copy at 0007 // http://www.boost.org/LICENSE_1_0.txt) 0008 // 0009 // See http://www.boost.org/libs/interprocess for documentation. 0010 // 0011 ////////////////////////////////////////////////////////////////////////////// 0012 #ifndef BOOST_INTERPROCESS_DETAIL_SP_COUNTED_BASE_HPP_INCLUDED 0013 #define BOOST_INTERPROCESS_DETAIL_SP_COUNTED_BASE_HPP_INCLUDED 0014 0015 #ifndef BOOST_CONFIG_HPP 0016 # include <boost/config.hpp> 0017 #endif 0018 # 0019 #if defined(BOOST_HAS_PRAGMA_ONCE) 0020 # pragma once 0021 #endif 0022 0023 # include <boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp> 0024 0025 #endif // #ifndef BOOST_INTERPROCESS_DETAIL_SP_COUNTED_BASE_HPP_INCLUDED 0026
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |