BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstp_slist.h File Reference
#include <bslscm_version.h>
#include <bslstp_alloc.h>
#include <bslstp_iterator.h>
#include <bslstp_slistbase.h>
#include <bslstp_util.h>
#include <bslalg_arrayprimitives.h>
#include <bslalg_scalarprimitives.h>
#include <bslma_autodestructor.h>
#include <bslma_constructionutil.h>
#include <bslma_destructionutil.h>
#include <bslma_bslallocator.h>
#include <bslmf_isfundamental.h>
#include <bslmf_integralconstant.h>
#include <bsls_exceptionutil.h>
#include <bsls_objectbuffer.h>
#include <bsls_util.h>
#include <algorithm>
#include <iterator>
#include <cstddef>

Go to the source code of this file.

Classes

struct  bsl::_Slist_node< _Tp >
 
struct  bsl::_Slist_iterator_base
 
struct  bsl::_Slist_iterator< _Tp, _Traits >
 
struct  bsl::_Slist_base< _Tp, _Alloc >
 
class  bsl::slist< _Tp, _Alloc >
 
class  std::insert_iterator< bsl::slist< _Tp, _Alloc > >
 

Functions

template<class _Tp , class _Alloc >
bool bsl::operator== (const slist< _Tp, _Alloc > &_SL1, const slist< _Tp, _Alloc > &_SL2)
 
template<class _Tp , class _Alloc >
bool bsl::operator< (const slist< _Tp, _Alloc > &__x, const slist< _Tp, _Alloc > &__y)
 
template<class _Tp , class _Alloc >
bool bsl::operator!= (const slist< _Tp, _Alloc > &__x, const slist< _Tp, _Alloc > &__y)
 
template<class _Tp , class _Alloc >
bool bsl::operator> (const slist< _Tp, _Alloc > &__x, const slist< _Tp, _Alloc > &__y)
 
template<class _Tp , class _Alloc >
bool bsl::operator<= (const slist< _Tp, _Alloc > &__x, const slist< _Tp, _Alloc > &__y)
 
template<class _Tp , class _Alloc >
bool bsl::operator>= (const slist< _Tp, _Alloc > &__x, const slist< _Tp, _Alloc > &__y)
 

Detailed Description

The content of this file has been pre-processed for Doxygen.