Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered > Class Template Reference

#include <ptr_set_adapter.hpp>

Inheritance diagram for boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >:
Collaboration diagram for boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >:

Public Types

typedef BOOST_DEDUCED_TYPENAME
base_type::iterator 
iterator
 
typedef BOOST_DEDUCED_TYPENAME
base_type::const_iterator 
const_iterator
 
typedef Key key_type
 
typedef BOOST_DEDUCED_TYPENAME
base_type::size_type 
size_type
 

Public Member Functions

 ptr_set_adapter_base ()
 
template<class SizeType >
 ptr_set_adapter_base (SizeType n, ptr_container_detail::unordered_associative_container_tag tag)
 
template<class Compare , class Allocator >
 ptr_set_adapter_base (const Compare &comp, const Allocator &a)
 
template<class Hash , class Pred , class Allocator >
 ptr_set_adapter_base (const Hash &hash, const Pred &pred, const Allocator &a)
 
template<class InputIterator , class Compare , class Allocator >
 ptr_set_adapter_base (InputIterator first, InputIterator last, const Compare &comp, const Allocator &a)
 
template<class InputIterator , class Hash , class Pred , class Allocator >
 ptr_set_adapter_base (InputIterator first, InputIterator last, const Hash &hash, const Pred &pred, const Allocator &a)
 
template<class U , class Set , class CA , bool b>
 ptr_set_adapter_base (const ptr_set_adapter_base< U, Set, CA, b > &r)
 
 ptr_set_adapter_base (const ptr_set_adapter_base &r)
 
template<class PtrContainer >
 ptr_set_adapter_base (std::auto_ptr< PtrContainer > clone)
 
ptr_set_adapter_baseoperator= (ptr_set_adapter_base r)
 
template<typename PtrContainer >
ptr_set_adapter_baseoperator= (std::auto_ptr< PtrContainer > clone)
 
size_type erase (const key_type &x)
 
iterator find (const key_type &x)
 
const_iterator find (const key_type &x) const
 
size_type count (const key_type &x) const
 
iterator lower_bound (const key_type &x)
 
const_iterator lower_bound (const key_type &x) const
 
iterator upper_bound (const key_type &x)
 
const_iterator upper_bound (const key_type &x) const
 
iterator_range< iteratorequal_range (const key_type &x)
 
iterator_range< const_iteratorequal_range (const key_type &x) const
 

Protected Member Functions

size_type bucket (const key_type &key) const
 

Member Typedef Documentation

template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
typedef BOOST_DEDUCED_TYPENAME base_type::const_iterator boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::const_iterator
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
typedef BOOST_DEDUCED_TYPENAME base_type::iterator boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::iterator
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
typedef Key boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::key_type
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
typedef BOOST_DEDUCED_TYPENAME base_type::size_type boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::size_type

Constructor & Destructor Documentation

template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::ptr_set_adapter_base ( )
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
template<class SizeType >
boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::ptr_set_adapter_base ( SizeType  n,
ptr_container_detail::unordered_associative_container_tag  tag 
)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
template<class Compare , class Allocator >
boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::ptr_set_adapter_base ( const Compare &  comp,
const Allocator &  a 
)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
template<class Hash , class Pred , class Allocator >
boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::ptr_set_adapter_base ( const Hash &  hash,
const Pred &  pred,
const Allocator &  a 
)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
template<class InputIterator , class Compare , class Allocator >
boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::ptr_set_adapter_base ( InputIterator  first,
InputIterator  last,
const Compare &  comp,
const Allocator &  a 
)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
template<class InputIterator , class Hash , class Pred , class Allocator >
boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::ptr_set_adapter_base ( InputIterator  first,
InputIterator  last,
const Hash &  hash,
const Pred &  pred,
const Allocator &  a 
)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
template<class U , class Set , class CA , bool b>
boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::ptr_set_adapter_base ( const ptr_set_adapter_base< U, Set, CA, b > &  r)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::ptr_set_adapter_base ( const ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered > &  r)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
template<class PtrContainer >
boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::ptr_set_adapter_base ( std::auto_ptr< PtrContainer >  clone)
inlineexplicit

Member Function Documentation

template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
size_type boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::bucket ( const key_type key) const
inlineprotected
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
size_type boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::count ( const key_type x) const
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
iterator_range<iterator> boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::equal_range ( const key_type x)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
iterator_range<const_iterator> boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::equal_range ( const key_type x) const
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
size_type boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::erase ( const key_type x)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
const_iterator boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::find ( const key_type x) const
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
iterator boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::lower_bound ( const key_type x)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
const_iterator boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::lower_bound ( const key_type x) const
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
ptr_set_adapter_base& boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::operator= ( ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >  r)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
template<typename PtrContainer >
ptr_set_adapter_base& boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::operator= ( std::auto_ptr< PtrContainer >  clone)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
iterator boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::upper_bound ( const key_type x)
inline
template<class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator, bool Ordered = true>
const_iterator boost::ptr_container_detail::ptr_set_adapter_base< Key, VoidPtrSet, CloneAllocator, Ordered >::upper_bound ( const key_type x) const
inline

The documentation for this class was generated from the following file: