|
||||
File indexing completed on 2025-01-18 09:38:25
0001 ////////////////////////////////////////////////////////////////////////////// 0002 // 0003 // (C) Copyright Ion Gaztanaga 2007-2012. Distributed under the Boost 0004 // Software License, Version 1.0. (See accompanying file 0005 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0006 // 0007 // See http://www.boost.org/libs/interprocess for documentation. 0008 // 0009 ////////////////////////////////////////////////////////////////////////////// 0010 0011 #ifndef BOOST_INTERPROCESS_DETAIL_INTERPROCESS_TESTER_HPP 0012 #define BOOST_INTERPROCESS_DETAIL_INTERPROCESS_TESTER_HPP 0013 0014 #ifndef BOOST_CONFIG_HPP 0015 # include <boost/config.hpp> 0016 #endif 0017 # 0018 #if defined(BOOST_HAS_PRAGMA_ONCE) 0019 # pragma once 0020 #endif 0021 0022 namespace boost{ 0023 namespace interprocess{ 0024 namespace ipcdetail{ 0025 0026 class interprocess_tester 0027 { 0028 public: 0029 template<class T> 0030 static void dont_close_on_destruction(T &t) 0031 { t.dont_close_on_destruction(); } 0032 }; 0033 0034 } //namespace ipcdetail{ 0035 } //namespace interprocess{ 0036 } //namespace boost{ 0037 0038 #endif //#ifndef BOOST_INTERPROCESS_DETAIL_INTERPROCESS_TESTER_HPP 0039
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |