Sha256: 924e724f70b9f4acfb09e0968ab5aca4c3b81d0582723ddf74feec4788b43a28

Contents?: true

Size: 1.27 KB

Versions: 45

Compression:

Stored size: 1.27 KB

Contents

/////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga  2014-2014
//
// 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)
//
// See http://www.boost.org/libs/intrusive for documentation.
//
/////////////////////////////////////////////////////////////////////////////

#ifndef BOOST_INTRUSIVE_DETAIL_ALGO_TYPE_HPP
#define BOOST_INTRUSIVE_DETAIL_ALGO_TYPE_HPP

#ifndef BOOST_CONFIG_HPP
#  include <boost/config.hpp>
#endif

#if defined(BOOST_HAS_PRAGMA_ONCE)
#  pragma once
#endif

namespace boost {
namespace intrusive {

enum algo_types
{
   CircularListAlgorithms,
   CircularSListAlgorithms,
   LinearSListAlgorithms,
   CommonSListAlgorithms,
   BsTreeAlgorithms,
   RbTreeAlgorithms,
   AvlTreeAlgorithms,
   SgTreeAlgorithms,
   SplayTreeAlgorithms,
   TreapAlgorithms,
   UnorderedAlgorithms,
   UnorderedCircularSlistAlgorithms,
   AnyAlgorithm
};

template<algo_types AlgoType, class NodeTraits>
struct get_algo;

template<algo_types AlgoType, class ValueTraits, class NodePtrCompare, class ExtraChecker>
struct get_node_checker;

} //namespace intrusive
} //namespace boost

#endif //BOOST_INTRUSIVE_DETAIL_ALGO_TYPE_HPP

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
passenger-6.0.26 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.25 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.24 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.23 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.12 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.11 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.10 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.9 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.8 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/algo_type.hpp