|
BDE 4.14.0 Production release
|
#include <bsls_ident.h>#include <bslscm_version.h>#include <bslstl_algorithm.h>#include <bslstl_iterator.h>#include <bslstl_iteratorutil.h>#include <bslalg_rangecompare.h>#include <bslalg_synththreewayutil.h>#include <bslalg_typetraithasstliterators.h>#include <bslma_allocator.h>#include <bslma_allocatortraits.h>#include <bslma_allocatorutil.h>#include <bslma_isstdallocator.h>#include <bslma_bslallocator.h>#include <bslma_usesbslmaallocator.h>#include <bslmf_assert.h>#include <bslmf_enableif.h>#include <bslmf_isarithmetic.h>#include <bslmf_isbitwisemoveable.h>#include <bslmf_isconvertible.h>#include <bslmf_isenum.h>#include <bslmf_issame.h>#include <bslmf_movableref.h>#include <bslmf_nestedtraitdeclaration.h>#include <bslmf_removecv.h>#include <bslmf_typeidentity.h>#include <bslmf_util.h>#include <bsls_assert.h>#include <bsls_compilerfeatures.h>#include <bsls_keyword.h>#include <bsls_libraryfeatures.h>#include <bsls_performancehint.h>#include <bsls_types.h>#include <bsls_util.h>#include <algorithm>#include <utility>Go to the source code of this file.
Classes | |
| class | bsl::List_Node< VALUE > |
| class | bsl::List_Iterator< VALUE > |
| struct | bsl::List_DefaultLessThan< VALUE > |
| class | bsl::List_AllocAndSizeWrapper< VALUE, ALLOCATOR > |
| class | bsl::List_NodeProctor< VALUE, ALLOCATOR > |
| class | bsl::list< VALUE, ALLOCATOR > |
Forward declaration required by List_NodeProctor. More... | |
| struct | bslalg::HasStlIterators< bsl::list< VALUE, ALLOCATOR > > |
| struct | bslma::UsesBslmaAllocator< bsl::list< VALUE, ALLOCATOR > > |
| struct | bslmf::IsBitwiseMoveable< bsl::list< VALUE, ALLOCATOR > > |
Functions | |
| template<class T1 , class T2 > | |
| bool | bsl::operator== (List_Iterator< T1 > lhs, List_Iterator< T2 > rhs) |
| template<class T1 , class T2 > | |
| bool | bsl::operator!= (List_Iterator< T1 > lhs, List_Iterator< T2 > rhs) |
| template<class VALUE , class ALLOCATOR > | |
| bool | bsl::operator== (const list< VALUE, ALLOCATOR > &lhs, const list< VALUE, ALLOCATOR > &rhs) |
| template<class VALUE , class ALLOCATOR > | |
| bool | bsl::operator!= (const list< VALUE, ALLOCATOR > &lhs, const list< VALUE, ALLOCATOR > &rhs) |
| template<class VALUE , class ALLOCATOR > | |
| bool | bsl::operator< (const list< VALUE, ALLOCATOR > &lhs, const list< VALUE, ALLOCATOR > &rhs) |
| template<class VALUE , class ALLOCATOR > | |
| bool | bsl::operator> (const list< VALUE, ALLOCATOR > &lhs, const list< VALUE, ALLOCATOR > &rhs) |
| template<class VALUE , class ALLOCATOR > | |
| bool | bsl::operator<= (const list< VALUE, ALLOCATOR > &lhs, const list< VALUE, ALLOCATOR > &rhs) |
| template<class VALUE , class ALLOCATOR > | |
| bool | bsl::operator>= (const list< VALUE, ALLOCATOR > &lhs, const list< VALUE, ALLOCATOR > &rhs) |
| template<class VALUE , class ALLOCATOR , class BDE_OTHER_TYPE > | |
| list< VALUE, ALLOCATOR >::size_type | bsl::erase (list< VALUE, ALLOCATOR > &l, const BDE_OTHER_TYPE &value) |
| template<class VALUE , class ALLOCATOR , class PREDICATE > | |
| list< VALUE, ALLOCATOR >::size_type | bsl::erase_if (list< VALUE, ALLOCATOR > &l, PREDICATE predicate) |
| template<class VALUE , class ALLOCATOR > | |
| void | bsl::swap (list< VALUE, ALLOCATOR > &a, list< VALUE, ALLOCATOR > &b) BSLS_KEYWORD_NOEXCEPT_SPECIFICATION(BSLS_KEYWORD_NOEXCEPT_OPERATOR(a.swap(b))) |
The content of this file has been pre-processed for Doxygen.