2001-06-27 19:09:53 +02:00
|
|
|
// Queue implementation -*- C++ -*-
|
|
|
|
|
2006-08-03 23:11:13 +02:00
|
|
|
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
|
2005-12-19 01:56:05 +01:00
|
|
|
// Free Software Foundation, Inc.
|
2001-06-27 19:09:53 +02:00
|
|
|
//
|
|
|
|
// This file is part of the GNU ISO C++ Library. This library is free
|
|
|
|
// software; you can redistribute it and/or modify it under the
|
|
|
|
// terms of the GNU General Public License as published by the
|
|
|
|
// Free Software Foundation; either version 2, or (at your option)
|
|
|
|
// any later version.
|
|
|
|
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
|
|
|
|
// You should have received a copy of the GNU General Public License along
|
|
|
|
// with this library; see the file COPYING. If not, write to the Free
|
2005-08-17 04:28:44 +02:00
|
|
|
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
2001-06-27 19:09:53 +02:00
|
|
|
// USA.
|
|
|
|
|
|
|
|
// As a special exception, you may use this file as part of a free software
|
|
|
|
// library without restriction. Specifically, if other files instantiate
|
|
|
|
// templates or use macros or inline functions from this file, or you compile
|
|
|
|
// this file and link it with other files to produce an executable, this
|
|
|
|
// file does not by itself cause the resulting executable to be covered by
|
|
|
|
// the GNU General Public License. This exception does not however
|
|
|
|
// invalidate any other reasons why the executable file might be covered by
|
|
|
|
// the GNU General Public License.
|
|
|
|
|
2000-10-05 13:27:02 +02:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
* Copyright (c) 1994
|
|
|
|
* Hewlett-Packard Company
|
|
|
|
*
|
|
|
|
* Permission to use, copy, modify, distribute and sell this software
|
|
|
|
* and its documentation for any purpose is hereby granted without fee,
|
|
|
|
* provided that the above copyright notice appear in all copies and
|
|
|
|
* that both that copyright notice and this permission notice appear
|
|
|
|
* in supporting documentation. Hewlett-Packard Company makes no
|
|
|
|
* representations about the suitability of this software for any
|
|
|
|
* purpose. It is provided "as is" without express or implied warranty.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Copyright (c) 1996,1997
|
|
|
|
* Silicon Graphics Computer Systems, Inc.
|
|
|
|
*
|
|
|
|
* Permission to use, copy, modify, distribute and sell this software
|
|
|
|
* and its documentation for any purpose is hereby granted without fee,
|
|
|
|
* provided that the above copyright notice appear in all copies and
|
|
|
|
* that both that copyright notice and this permission notice appear
|
|
|
|
* in supporting documentation. Silicon Graphics makes no
|
|
|
|
* representations about the suitability of this software for any
|
|
|
|
* purpose. It is provided "as is" without express or implied warranty.
|
|
|
|
*/
|
|
|
|
|
c_io_stdio.h: Correct grammar in comments.
2001-11-02 Phil Edwards <pme@gcc.gnu.org>
* config/io/c_io_stdio.h: Correct grammar in comments.
* docs/doxygen/Intro.3: Expand "top-level" man page.
* docs/doxygen/doxygroups.cc: New module definitions (comments).
* docs/doxygen/mainpage.doxy: Tweaks.
* docs/doxygen/run_doxygen: Update Doxygen version, massage man pages.
Add @file hooks so that headers are considered to be documented.
* include/bits/basic_ios.h, include/bits/basic_file.h,
include/bits/basic_string.h, include/bits/boost_concept_check.h,
include/bits/char_traits.h, include/bits/codecvt.h,
include/bits/concept_check.h, include/bits/cpp_type_traits.h,
include/bits/fpos.h, include/bits/gslice.h, include/bits/gslice_array.h,
include/bits/indirect_array.h, include/bits/ios_base.h,
include/bits/locale_facets.h, include/bits/localefwd.h,
include/bits/mask_array.h, include/bits/pthread_allocimpl.h,
include/bits/slice.h, include/bits/slice_array.h,
include/bits/std_algorithm.h, include/bits/std_bitset.h,
include/bits/std_complex.h, include/bits/std_deque.h,
include/bits/std_fstream.h, include/bits/std_functional.h,
include/bits/std_iomanip.h, include/bits/std_ios.h,
include/bits/std_iosfwd.h, include/bits/std_iostream.h,
include/bits/std_istream.h, include/bits/std_iterator.h,
include/bits/std_limits.h, include/bits/std_list.h,
include/bits/std_locale.h, include/bits/std_map.h,
include/bits/std_memory.h, include/bits/std_numeric.h,
include/bits/std_ostream.h, include/bits/std_queue.h,
include/bits/std_set.h, include/bits/std_sstream.h,
include/bits/std_stack.h, include/bits/std_streambuf.h,
include/bits/std_string.h, include/bits/std_utility.h,
include/bits/std_valarray.h, include/bits/std_vector.h,
include/bits/stl_algo.h, include/bits/stl_alloc.h,
include/bits/stl_bvector.h, include/bits/stl_construct.h,
include/bits/stl_deque.h, include/bits/stl_heap.h,
include/bits/stl_iterator.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_iterator_base_types.h, include/bits/stl_list.h,
include/bits/stl_map.h, include/bits/stl_multimap.h,
include/bits/stl_multiset.h, include/bits/stl_numeric.h,
include/bits/stl_pair.h, include/bits/stl_pthread_alloc.h,
include/bits/stl_queue.h, include/bits/stl_raw_storage_iter.h,
include/bits/stl_relops.h, include/bits/stl_set.h,
include/bits/stl_stack.h, include/bits/stl_tempbuf.h,
include/bits/stl_threads.h, include/bits/stl_tree.h,
include/bits/stl_uninitialized.h, include/bits/stl_vector.h,
include/bits/stream_iterator.h, include/bits/streambuf_iterator.h,
include/bits/stringfwd.h, include/bits/type_traits.h,
include/bits/valarray_array.h, include/bits/valarray_meta.h:
Add hooks, tweak comments only.
* include/bits/stl_algobase.h (swap, min, iter_swap): Also
document these functions.
* include/bits/stl_function.h: Tweak link comments.
From-SVN: r46717
2001-11-02 18:38:11 +01:00
|
|
|
/** @file stl_queue.h
|
|
|
|
* This is an internal header file, included by other library headers.
|
|
|
|
* You should not attempt to use it directly.
|
2000-10-05 13:27:02 +02:00
|
|
|
*/
|
|
|
|
|
2003-07-05 06:05:45 +02:00
|
|
|
#ifndef _QUEUE_H
|
|
|
|
#define _QUEUE_H 1
|
2000-10-05 13:27:02 +02:00
|
|
|
|
2001-04-03 02:26:58 +02:00
|
|
|
#include <bits/concept_check.h>
|
2003-11-11 21:09:16 +01:00
|
|
|
#include <debug/debug.h>
|
2000-10-05 13:27:02 +02:00
|
|
|
|
2005-12-19 01:56:05 +01:00
|
|
|
_GLIBCXX_BEGIN_NAMESPACE(std)
|
|
|
|
|
2002-06-16 13:29:53 +02:00
|
|
|
/**
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
* @brief A standard container giving FIFO behavior.
|
2002-06-16 13:29:53 +02:00
|
|
|
*
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
* @ingroup Containers
|
|
|
|
* @ingroup Sequences
|
2002-06-16 13:29:53 +02:00
|
|
|
*
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
* Meets many of the requirements of a
|
|
|
|
* <a href="tables.html#65">container</a>,
|
|
|
|
* but does not define anything to do with iterators. Very few of the
|
|
|
|
* other standard container interfaces are defined.
|
2002-06-16 13:29:53 +02:00
|
|
|
*
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
* This is not a true container, but an @e adaptor. It holds another
|
|
|
|
* container, and provides a wrapper interface to that container. The
|
|
|
|
* wrapper is what enforces strict first-in-first-out %queue behavior.
|
2002-06-16 13:29:53 +02:00
|
|
|
*
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
* The second template parameter defines the type of the underlying
|
|
|
|
* sequence/container. It defaults to std::deque, but it can be any type
|
|
|
|
* that supports @c front, @c back, @c push_back, and @c pop_front,
|
|
|
|
* such as std::list or an appropriate user-defined type.
|
|
|
|
*
|
|
|
|
* Members not found in "normal" containers are @c container_type,
|
|
|
|
* which is a typedef for the second Sequence parameter, and @c push and
|
|
|
|
* @c pop, which are standard %queue/FIFO operations.
|
2002-06-16 13:29:53 +02:00
|
|
|
*/
|
2006-09-21 19:54:50 +02:00
|
|
|
template<typename _Tp, typename _Sequence = deque<_Tp> >
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
class queue
|
2003-11-11 21:09:16 +01:00
|
|
|
{
|
|
|
|
// concept requirements
|
|
|
|
typedef typename _Sequence::value_type _Sequence_value_type;
|
|
|
|
__glibcxx_class_requires(_Tp, _SGIAssignableConcept)
|
|
|
|
__glibcxx_class_requires(_Sequence, _FrontInsertionSequenceConcept)
|
|
|
|
__glibcxx_class_requires(_Sequence, _BackInsertionSequenceConcept)
|
|
|
|
__glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2004-02-02 17:35:09 +01:00
|
|
|
template<typename _Tp1, typename _Seq1>
|
2004-02-08 05:46:42 +01:00
|
|
|
friend bool
|
2004-02-02 17:35:09 +01:00
|
|
|
operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
|
2003-11-11 21:09:16 +01:00
|
|
|
|
|
|
|
template<typename _Tp1, typename _Seq1>
|
2004-02-08 05:46:42 +01:00
|
|
|
friend bool
|
2003-11-11 21:09:16 +01:00
|
|
|
operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
public:
|
|
|
|
typedef typename _Sequence::value_type value_type;
|
|
|
|
typedef typename _Sequence::reference reference;
|
|
|
|
typedef typename _Sequence::const_reference const_reference;
|
|
|
|
typedef typename _Sequence::size_type size_type;
|
|
|
|
typedef _Sequence container_type;
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
protected:
|
|
|
|
/**
|
|
|
|
* 'c' is the underlying container. Maintainers wondering why
|
|
|
|
* this isn't uglified as per style guidelines should note that
|
|
|
|
* this name is specified in the standard, [23.2.3.1]. (Why?
|
|
|
|
* Presumably for the same reason that it's protected instead
|
|
|
|
* of private: to allow derivation. But none of the other
|
|
|
|
* containers allow for derivation. Odd.)
|
|
|
|
*/
|
|
|
|
_Sequence c;
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
public:
|
|
|
|
/**
|
|
|
|
* @brief Default constructor creates no elements.
|
|
|
|
*/
|
|
|
|
explicit
|
|
|
|
queue(const _Sequence& __c = _Sequence()) : c(__c) {}
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* Returns true if the %queue is empty.
|
|
|
|
*/
|
|
|
|
bool
|
2004-02-02 17:35:09 +01:00
|
|
|
empty() const
|
|
|
|
{ return c.empty(); }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/** Returns the number of elements in the %queue. */
|
|
|
|
size_type
|
2004-02-02 17:35:09 +01:00
|
|
|
size() const
|
|
|
|
{ return c.size(); }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* Returns a read/write reference to the data at the first
|
|
|
|
* element of the %queue.
|
|
|
|
*/
|
|
|
|
reference
|
2004-02-08 05:46:42 +01:00
|
|
|
front()
|
|
|
|
{
|
2003-11-11 21:09:16 +01:00
|
|
|
__glibcxx_requires_nonempty();
|
2004-02-08 05:46:42 +01:00
|
|
|
return c.front();
|
2003-11-11 21:09:16 +01:00
|
|
|
}
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* Returns a read-only (constant) reference to the data at the first
|
|
|
|
* element of the %queue.
|
|
|
|
*/
|
|
|
|
const_reference
|
2004-02-08 05:46:42 +01:00
|
|
|
front() const
|
|
|
|
{
|
2003-11-11 21:09:16 +01:00
|
|
|
__glibcxx_requires_nonempty();
|
2004-02-08 05:46:42 +01:00
|
|
|
return c.front();
|
2003-11-11 21:09:16 +01:00
|
|
|
}
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* Returns a read/write reference to the data at the last
|
|
|
|
* element of the %queue.
|
|
|
|
*/
|
|
|
|
reference
|
2004-02-08 05:46:42 +01:00
|
|
|
back()
|
2003-11-11 21:09:16 +01:00
|
|
|
{
|
|
|
|
__glibcxx_requires_nonempty();
|
2004-02-08 05:46:42 +01:00
|
|
|
return c.back();
|
2003-11-11 21:09:16 +01:00
|
|
|
}
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* Returns a read-only (constant) reference to the data at the last
|
|
|
|
* element of the %queue.
|
|
|
|
*/
|
|
|
|
const_reference
|
2004-02-08 05:46:42 +01:00
|
|
|
back() const
|
2003-11-11 21:09:16 +01:00
|
|
|
{
|
|
|
|
__glibcxx_requires_nonempty();
|
2004-02-08 05:46:42 +01:00
|
|
|
return c.back();
|
2003-11-11 21:09:16 +01:00
|
|
|
}
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* @brief Add data to the end of the %queue.
|
|
|
|
* @param x Data to be added.
|
|
|
|
*
|
|
|
|
* This is a typical %queue operation. The function creates an
|
|
|
|
* element at the end of the %queue and assigns the given data
|
|
|
|
* to it. The time complexity of the operation depends on the
|
|
|
|
* underlying sequence.
|
|
|
|
*/
|
|
|
|
void
|
2004-02-02 17:35:09 +01:00
|
|
|
push(const value_type& __x)
|
|
|
|
{ c.push_back(__x); }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* @brief Removes first element.
|
|
|
|
*
|
|
|
|
* This is a typical %queue operation. It shrinks the %queue by one.
|
|
|
|
* The time complexity of the operation depends on the underlying
|
|
|
|
* sequence.
|
|
|
|
*
|
|
|
|
* Note that no data is returned, and if the first element's
|
|
|
|
* data is needed, it should be retrieved before pop() is
|
|
|
|
* called.
|
|
|
|
*/
|
|
|
|
void
|
2004-02-08 05:46:42 +01:00
|
|
|
pop()
|
|
|
|
{
|
2003-11-11 21:09:16 +01:00
|
|
|
__glibcxx_requires_nonempty();
|
2004-02-08 05:46:42 +01:00
|
|
|
c.pop_front();
|
2003-11-11 21:09:16 +01:00
|
|
|
}
|
|
|
|
};
|
2004-02-08 05:46:42 +01:00
|
|
|
|
|
|
|
|
2002-06-16 13:29:53 +02:00
|
|
|
/**
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
* @brief Queue equality comparison.
|
|
|
|
* @param x A %queue.
|
|
|
|
* @param y A %queue of the same type as @a x.
|
|
|
|
* @return True iff the size and elements of the queues are equal.
|
|
|
|
*
|
|
|
|
* This is an equivalence relation. Complexity and semantics depend on the
|
|
|
|
* underlying sequence type, but the expected rules are: this relation is
|
|
|
|
* linear in the size of the sequences, and queues are considered equivalent
|
|
|
|
* if their sequences compare equal.
|
2002-06-16 13:29:53 +02:00
|
|
|
*/
|
2006-08-03 23:11:13 +02:00
|
|
|
template<typename _Tp, typename _Seq>
|
2004-02-08 05:46:42 +01:00
|
|
|
inline bool
|
2006-08-03 23:11:13 +02:00
|
|
|
operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
{ return __x.c == __y.c; }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2002-06-16 13:29:53 +02:00
|
|
|
/**
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
* @brief Queue ordering relation.
|
|
|
|
* @param x A %queue.
|
|
|
|
* @param y A %queue of the same type as @a x.
|
2002-12-23 18:36:24 +01:00
|
|
|
* @return True iff @a x is lexicographically less than @a y.
|
2002-06-16 13:29:53 +02:00
|
|
|
*
|
2003-11-11 21:09:16 +01:00
|
|
|
* This is an total ordering relation. Complexity and semantics
|
|
|
|
* depend on the underlying sequence type, but the expected rules
|
|
|
|
* are: this relation is linear in the size of the sequences, the
|
|
|
|
* elements must be comparable with @c <, and
|
|
|
|
* std::lexicographical_compare() is usually used to make the
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
* determination.
|
2002-06-16 13:29:53 +02:00
|
|
|
*/
|
2006-08-03 23:11:13 +02:00
|
|
|
template<typename _Tp, typename _Seq>
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
inline bool
|
2006-08-03 23:11:13 +02:00
|
|
|
operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
{ return __x.c < __y.c; }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
/// Based on operator==
|
2006-08-03 23:11:13 +02:00
|
|
|
template<typename _Tp, typename _Seq>
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
inline bool
|
2006-08-03 23:11:13 +02:00
|
|
|
operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
{ return !(__x == __y); }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
/// Based on operator<
|
2006-08-03 23:11:13 +02:00
|
|
|
template<typename _Tp, typename _Seq>
|
2004-02-08 05:46:42 +01:00
|
|
|
inline bool
|
2006-08-03 23:11:13 +02:00
|
|
|
operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
{ return __y < __x; }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
/// Based on operator<
|
2006-08-03 23:11:13 +02:00
|
|
|
template<typename _Tp, typename _Seq>
|
2004-02-08 05:46:42 +01:00
|
|
|
inline bool
|
2006-08-03 23:11:13 +02:00
|
|
|
operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
{ return !(__y < __x); }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
/// Based on operator<
|
2006-08-03 23:11:13 +02:00
|
|
|
template<typename _Tp, typename _Seq>
|
2004-02-08 05:46:42 +01:00
|
|
|
inline bool
|
2006-08-03 23:11:13 +02:00
|
|
|
operator>=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
{ return !(__x < __y); }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2002-06-16 13:29:53 +02:00
|
|
|
/**
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
* @brief A standard container automatically sorting its contents.
|
2002-06-16 13:29:53 +02:00
|
|
|
*
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
* @ingroup Containers
|
|
|
|
* @ingroup Sequences
|
2002-06-16 13:29:53 +02:00
|
|
|
*
|
2003-11-11 21:09:16 +01:00
|
|
|
* This is not a true container, but an @e adaptor. It holds
|
|
|
|
* another container, and provides a wrapper interface to that
|
2005-11-06 14:07:11 +01:00
|
|
|
* container. The wrapper is what enforces priority-based sorting
|
|
|
|
* and %queue behavior. Very few of the standard container/sequence
|
|
|
|
* interface requirements are met (e.g., iterators).
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
*
|
|
|
|
* The second template parameter defines the type of the underlying
|
2003-11-11 21:09:16 +01:00
|
|
|
* sequence/container. It defaults to std::vector, but it can be
|
|
|
|
* any type that supports @c front(), @c push_back, @c pop_back,
|
|
|
|
* and random-access iterators, such as std::deque or an
|
|
|
|
* appropriate user-defined type.
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
*
|
2003-11-11 21:09:16 +01:00
|
|
|
* The third template parameter supplies the means of making
|
|
|
|
* priority comparisons. It defaults to @c less<value_type> but
|
|
|
|
* can be anything defining a strict weak ordering.
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
*
|
|
|
|
* Members not found in "normal" containers are @c container_type,
|
2003-11-11 21:09:16 +01:00
|
|
|
* which is a typedef for the second Sequence parameter, and @c
|
2005-11-06 14:07:11 +01:00
|
|
|
* push, @c pop, and @c top, which are standard %queue operations.
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
*
|
2003-11-11 21:09:16 +01:00
|
|
|
* @note No equality/comparison operators are provided for
|
|
|
|
* %priority_queue.
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
*
|
2003-11-11 21:09:16 +01:00
|
|
|
* @note Sorting of the elements takes place as they are added to,
|
|
|
|
* and removed from, the %priority_queue using the
|
|
|
|
* %priority_queue's member functions. If you access the elements
|
|
|
|
* by other means, and change their data such that the sorting
|
|
|
|
* order would be different, the %priority_queue will not re-sort
|
|
|
|
* the elements for you. (How could it know to do so?)
|
2002-06-16 13:29:53 +02:00
|
|
|
*/
|
2003-11-11 21:09:16 +01:00
|
|
|
template<typename _Tp, typename _Sequence = vector<_Tp>,
|
2004-02-02 17:35:09 +01:00
|
|
|
typename _Compare = less<typename _Sequence::value_type> >
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
class priority_queue
|
|
|
|
{
|
2003-11-11 21:09:16 +01:00
|
|
|
// concept requirements
|
|
|
|
typedef typename _Sequence::value_type _Sequence_value_type;
|
|
|
|
__glibcxx_class_requires(_Tp, _SGIAssignableConcept)
|
|
|
|
__glibcxx_class_requires(_Sequence, _SequenceConcept)
|
|
|
|
__glibcxx_class_requires(_Sequence, _RandomAccessContainerConcept)
|
|
|
|
__glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
|
2006-08-03 23:11:13 +02:00
|
|
|
__glibcxx_class_requires4(_Compare, bool, _Tp, _Tp,
|
|
|
|
_BinaryFunctionConcept)
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2004-02-02 17:35:09 +01:00
|
|
|
public:
|
2003-11-11 21:09:16 +01:00
|
|
|
typedef typename _Sequence::value_type value_type;
|
|
|
|
typedef typename _Sequence::reference reference;
|
|
|
|
typedef typename _Sequence::const_reference const_reference;
|
|
|
|
typedef typename _Sequence::size_type size_type;
|
|
|
|
typedef _Sequence container_type;
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
protected:
|
|
|
|
// See queue::c for notes on these names.
|
|
|
|
_Sequence c;
|
|
|
|
_Compare comp;
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
public:
|
|
|
|
/**
|
|
|
|
* @brief Default constructor creates no elements.
|
|
|
|
*/
|
|
|
|
explicit
|
2004-02-08 05:46:42 +01:00
|
|
|
priority_queue(const _Compare& __x = _Compare(),
|
|
|
|
const _Sequence& __s = _Sequence())
|
|
|
|
: c(__s), comp(__x)
|
2003-11-11 21:09:16 +01:00
|
|
|
{ std::make_heap(c.begin(), c.end(), comp); }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* @brief Builds a %queue from a range.
|
|
|
|
* @param first An input iterator.
|
|
|
|
* @param last An input iterator.
|
|
|
|
* @param x A comparison functor describing a strict weak ordering.
|
|
|
|
* @param s An initial sequence with which to start.
|
2004-02-08 05:46:42 +01:00
|
|
|
*
|
2003-11-11 21:09:16 +01:00
|
|
|
* Begins by copying @a s, inserting a copy of the elements
|
|
|
|
* from @a [first,last) into the copy of @a s, then ordering
|
|
|
|
* the copy according to @a x.
|
|
|
|
*
|
|
|
|
* For more information on function objects, see the
|
|
|
|
* documentation on @link s20_3_1_base functor base
|
|
|
|
* classes@endlink.
|
|
|
|
*/
|
|
|
|
template<typename _InputIterator>
|
|
|
|
priority_queue(_InputIterator __first, _InputIterator __last,
|
|
|
|
const _Compare& __x = _Compare(),
|
|
|
|
const _Sequence& __s = _Sequence())
|
|
|
|
: c(__s), comp(__x)
|
2004-02-08 05:46:42 +01:00
|
|
|
{
|
2003-11-11 21:09:16 +01:00
|
|
|
__glibcxx_requires_valid_range(__first, __last);
|
|
|
|
c.insert(c.end(), __first, __last);
|
|
|
|
std::make_heap(c.begin(), c.end(), comp);
|
|
|
|
}
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* Returns true if the %queue is empty.
|
|
|
|
*/
|
|
|
|
bool
|
2006-08-03 23:11:13 +02:00
|
|
|
empty() const
|
|
|
|
{ return c.empty(); }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/** Returns the number of elements in the %queue. */
|
|
|
|
size_type
|
2006-08-03 23:11:13 +02:00
|
|
|
size() const
|
|
|
|
{ return c.size(); }
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* Returns a read-only (constant) reference to the data at the first
|
|
|
|
* element of the %queue.
|
|
|
|
*/
|
|
|
|
const_reference
|
2004-02-08 05:46:42 +01:00
|
|
|
top() const
|
2003-11-11 21:09:16 +01:00
|
|
|
{
|
|
|
|
__glibcxx_requires_nonempty();
|
2004-02-08 05:46:42 +01:00
|
|
|
return c.front();
|
2003-11-11 21:09:16 +01:00
|
|
|
}
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* @brief Add data to the %queue.
|
|
|
|
* @param x Data to be added.
|
|
|
|
*
|
|
|
|
* This is a typical %queue operation.
|
|
|
|
* The time complexity of the operation depends on the underlying
|
|
|
|
* sequence.
|
|
|
|
*/
|
2004-02-08 05:46:42 +01:00
|
|
|
void
|
|
|
|
push(const value_type& __x)
|
2003-11-11 21:09:16 +01:00
|
|
|
{
|
2006-08-04 11:34:17 +02:00
|
|
|
c.push_back(__x);
|
|
|
|
std::push_heap(c.begin(), c.end(), comp);
|
2003-11-11 21:09:16 +01:00
|
|
|
}
|
2004-02-08 05:46:42 +01:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
/**
|
|
|
|
* @brief Removes first element.
|
|
|
|
*
|
|
|
|
* This is a typical %queue operation. It shrinks the %queue
|
|
|
|
* by one. The time complexity of the operation depends on the
|
|
|
|
* underlying sequence.
|
|
|
|
*
|
|
|
|
* Note that no data is returned, and if the first element's
|
|
|
|
* data is needed, it should be retrieved before pop() is
|
|
|
|
* called.
|
|
|
|
*/
|
2004-02-08 05:46:42 +01:00
|
|
|
void
|
|
|
|
pop()
|
2003-11-11 21:09:16 +01:00
|
|
|
{
|
|
|
|
__glibcxx_requires_nonempty();
|
2006-08-04 11:34:17 +02:00
|
|
|
std::pop_heap(c.begin(), c.end(), comp);
|
|
|
|
c.pop_back();
|
2003-11-11 21:09:16 +01:00
|
|
|
}
|
|
|
|
};
|
2004-02-08 05:46:42 +01:00
|
|
|
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
From-SVN: r56165
2002-08-09 18:51:15 +02:00
|
|
|
// No equality/comparison operators are provided for priority_queue.
|
2005-12-19 01:56:05 +01:00
|
|
|
|
|
|
|
_GLIBCXX_END_NAMESPACE
|
2000-10-05 13:27:02 +02:00
|
|
|
|
2003-07-05 06:05:45 +02:00
|
|
|
#endif /* _QUEUE_H */
|