Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bslstl_list.h File Reference

Provide an STL-compliant list class. More...

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 >

Namespaces

namespace  bsl

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)))

Detailed Description