Home
last modified time | relevance | path

Searched refs:scoped_array (Results 1 – 25 of 1473) sorted by relevance

12345678910>>...59

/dports/devel/boost-docs/boost_1_72_0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in pdalboost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, pdalboost::detail::sp_nullptr_… in operator ==()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/devel/libcutl/libcutl-1.10.0/cutl/details/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in cutl_details_boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, cutl_details_boost::detail::sp… in operator ==()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/details/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in cutl_details_boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, cutl_details_boost::detail::sp… in operator ==()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() BOOST_SP_NOEXCEPT in ~scoped_array()
93 void swap(scoped_array & b) BOOST_SP_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/smart_ptr/
H A Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
45 scoped_array(scoped_array const &);
46 scoped_array & operator=(scoped_array const &);
48 typedef scoped_array<T> this_type;
50 void operator==( scoped_array const& ) const;
51 void operator!=( scoped_array const& ) const;
57 explicit scoped_array( T * p = 0 ) BOOST_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
64 ~scoped_array() // never throws in ~scoped_array()
93 void swap(scoped_array & b) BOOST_NOEXCEPT in swap()
103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==()
[all …]

12345678910>>...59