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

PrevUpHomeNext

map_view_base.hpp File Reference

Helper base for the construction of the bimap views types. More...

Go to the source code of this file.

Namespaces

namespace  boost
namespace  boost::bimaps
namespace  boost::bimaps::detail

Classes

class  map_view_base
 Common base for map views. More...
class  mutable_data_unique_map_view_access
class  non_mutable_data_unique_map_view_access
struct  unique_map_view_access

Defines

#define BOOST_BIMAP_MAP_VIEW_BASE_FRIEND(TYPE, TAG, BIMAP)
#define BOOST_BIMAP_MAP_VIEW_CONTAINER_ADAPTOR(CONTAINER_ADAPTOR, TAG, BIMAP, OTHER_ITER, CONST_OTHER_ITER)
#define BOOST_BIMAP_MAP_VIEW_RANGE_IMPLEMENTATION(BASE)
#define BOOST_BIMAP_VIEW_ASSIGN_IMPLEMENTATION(BASE)
#define BOOST_BIMAP_VIEW_FRONT_BACK_IMPLEMENTATION(BASE)

Functions

template<class T>
const T & make_const (const T &t)


Detailed Description

Helper base for the construction of the bimap views types.

Definition in file map_view_base.hpp.
Copyright 2006 Matias Capeletto


PrevUpHomeNext