• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            boost/checked_delete.hpp

            Posted on 2009-06-22 13:26 天邊藍(lán) 閱讀(586) 評(píng)論(0)  編輯 收藏 引用 所屬分類(lèi): boost學(xué)習(xí)

             

             1#ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED
             2#define BOOST_CHECKED_DELETE_HPP_INCLUDED
             3
             4// MS compatible compilers support #pragma once
             5
             6#if defined(_MSC_VER) && (_MSC_VER >= 1020)
             7# pragma once
             8#endif
             9
            10//
            11//  boost/checked_delete.hpp
            12//
            13//  Copyright (c) 2002, 2003 Peter Dimov
            14//  Copyright (c) 2003 Daniel Frey
            15//  Copyright (c) 2003 Howard Hinnant
            16//
            17//  Distributed under the Boost Software License, Version 1.0. (See
            18//  accompanying file LICENSE_1_0.txt or copy at
            19//  http://www.boost.org/LICENSE_1_0.txt)
            20//
            21//  See http://www.boost.org/libs/utility/checked_delete.html for documentation.
            22//
            23
            24namespace boost
            25{
            26
            27// verify that types are complete for increased safety
            28
            29template<class T> inline void checked_delete(T * x)
            30{
            31    // intentionally complex - simplification causes regressions
            32    typedef char type_must_be_complete[ sizeof(T)? 1-1 ];
            33    (voidsizeof(type_must_be_complete);
            34    delete x;
            35}

            36
            37template<class T> inline void checked_array_delete(T * x)
            38{
            39    typedef char type_must_be_complete[ sizeof(T)? 1-1 ];
            40    (voidsizeof(type_must_be_complete);
            41    delete [] x;
            42}

            43
            44template<class T> struct checked_deleter
            45{
            46    typedef void result_type;
            47    typedef T * argument_type;
            48
            49    void operator()(T * x) const
            50    {
            51        // boost:: disables ADL
            52        boost::checked_delete(x);
            53    }

            54}
            ;
            55
            56template<class T> struct checked_array_deleter
            57{
            58    typedef void result_type;
            59    typedef T * argument_type;
            60
            61    void operator()(T * x) const
            62    {
            63        boost::checked_array_delete(x);
            64    }

            65}
            ;
            66
            67}
             // namespace boost
            68
            69#endif  // #ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED


            ------------------------------------
            source:http://www.boost.org/doc/libs/1_39_0/libs/utility/checked_delete.html

            The header <boost/checked_delete.hpp> defines two function templates, checked_delete and checked_array_delete, and two class templates, checked_deleter and checked_array_deleter.

            The C++ Standard allows, in 5.3.5/5, pointers to incomplete class types to be deleted with a delete-expression. When the class has a non-trivial destructor, or a class-specific operator delete, the behavior is undefined. Some compilers issue a warning when an incomplete type is deleted, but unfortunately, not all do, and programmers sometimes ignore or disable warnings.

            A particularly troublesome case is when a smart pointer's destructor, such as boost::scoped_ptr<T>::~scoped_ptr, is instantiated with an incomplete type. This can often lead to silent, hard to track failures.

            The supplied function and class templates can be used to prevent these problems, as they require a complete type, and cause a compilation error otherwise.

            Synopsis

             1namespace boost
             2{
             3
             4template<class T> void checked_delete(T * p);
             5template<class T> void checked_array_delete(T * p);
             6template<class T> struct checked_deleter;
             7template<class T> struct checked_array_deleter;
             8
             9}

            10
            11checked_delete
            12template<class T> void checked_delete(T * p);
            13
            14


            Requires: T must be a complete type. The expression delete p must be well-formed.

            Effects: delete p;

             

             1checked_array_delete
             2template<class T> void checked_array_delete(T * p);
             3Requires: T must be a complete type. The expression delete [] p must be well-formed. 
             4
             5Effects: delete [] p; 
             6
             7checked_deleter
             8template<class T> struct checked_deleter
             9{
            10    typedef void result_type;
            11    typedef T * argument_type;
            12    void operator()(T * p) const;
            13}
            ;
            14
            15void checked_deleter<T>::operator()(T * p) const;
            16
            17


            Requires: T must be a complete type. The expression delete p must be well-formed.

            Effects: delete p;

             

             1checked_array_deleter
             2template<class T> struct checked_array_deleter
             3{
             4    typedef void result_type;
             5    typedef T * argument_type;
             6    void operator()(T * p) const;
             7}
            ;
             8
             9void checked_array_deleter<T>::operator()(T * p) const;
            10


            Requires: T must be a complete type. The expression delete [] p must be well-formed.

            Effects: delete [] p;

            Acknowledgements
            The function templates checked_delete and checked_array_delete were originally part of <boost/utility.hpp>, and the documentation acknowledged Beman Dawes, Dave Abrahams, Vladimir Prus, Rainer Deyke, John Maddock, and others as contributors.


            Copyright © 2002 by Peter Dimov. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.

            Copyright © 天邊藍(lán)

            亚洲色大成网站WWW久久九九| www久久久天天com| 三级片免费观看久久| 精品久久久久久无码国产| 一本色道久久88综合日韩精品 | 日韩va亚洲va欧美va久久| 国色天香久久久久久久小说| 狠狠色噜噜狠狠狠狠狠色综合久久| 亚洲天堂久久精品| 97精品伊人久久久大香线蕉| 天天久久狠狠色综合| 香蕉久久AⅤ一区二区三区| 97精品久久天干天天天按摩| 久久久噜噜噜久久| 成人久久综合网| 精品综合久久久久久97| 久久国产精品免费| 97久久超碰国产精品2021| 99久久国产综合精品女同图片| 久久久精品一区二区三区| 精品久久久无码人妻中文字幕| 国产精品热久久无码av| 欧洲成人午夜精品无码区久久| 一级做a爰片久久毛片免费陪| 日本精品久久久久中文字幕8| 亚洲国产精品无码久久一线| 人妻少妇精品久久| 久久乐国产精品亚洲综合| 91精品国产91久久综合| 久久久久亚洲av无码专区导航| 最新久久免费视频| 亚洲一区精品伊人久久伊人| 久久久久国色AV免费观看| 国产高潮久久免费观看| 久久国产精品99久久久久久老狼 | 99久久精品费精品国产| 99久久99久久精品免费看蜜桃| 色综合久久久久无码专区| 亚洲AV无码久久精品成人 | 久久国产影院| 日本久久中文字幕|