Boost C++ Libraries Boost.Bimap Home Libraries People FAQ More

PrevUpHomeNext

list_set_view Class Template Reference

View of a bimap that is signature compatible with std::list. More...

#include <list_set_view.hpp>

Inheritance diagram for list_set_view:

Inheritance graph
Collaboration diagram for list_set_view:

Collaboration graph
List of all members.

Public Member Functions

 list_set_view (BOOST_DEDUCED_TYPENAME base_::base_type &c)
list_set_viewoperator= (const list_set_view &v)
void relocate (BOOST_DEDUCED_TYPENAME base_::iterator position, BOOST_DEDUCED_TYPENAME base_::iterator first, BOOST_DEDUCED_TYPENAME base_::iterator last)
void relocate (BOOST_DEDUCED_TYPENAME base_::iterator position, BOOST_DEDUCED_TYPENAME base_::iterator i)
bool replace (iterator_ position, const value_type_ &x)
template<class CompatibleLeftType>
bool replace_left (iterator_ position, const CompatibleLeftType &l)
template<class CompatibleRightType>
bool replace_right (iterator_ position, const CompatibleRightType &r)

Protected Types

typedef set_view_base set_view_base_

Detailed Description

template<class CoreIndex>
class boost::bimaps::views::list_set_view< CoreIndex >

View of a bimap that is signature compatible with std::list.

This class uses container_adaptor and iterator_adaptor to wrapped a index of the multi_index bimap core so it can be used as a std::list.

See also const_list_set_view.

Definition at line 38 of file list_set_view.hpp.


The documentation for this class was generated from the following file:
Copyright 2006 Matias Capeletto

PrevUpHomeNext