~ubuntu-branches/debian/sid/boost1.49/sid

« back to all changes in this revision

Viewing changes to doc/html/boost/interprocess/flat_map_index_aux.html

  • Committer: Package Import Robot
  • Author(s): Steve M. Robbins
  • Date: 2012-02-26 00:31:44 UTC
  • Revision ID: package-import@ubuntu.com-20120226003144-eaytp12cbf6ubpms
Tags: upstream-1.49.0
ImportĀ upstreamĀ versionĀ 1.49.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
4
<title>Struct template flat_map_index_aux</title>
 
5
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
7
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
 
8
<link rel="up" href="../../boost_interprocess_reference.html#header.boost.interprocess.indexes.flat_map_index_hpp" title="Header &lt;boost/interprocess/indexes/flat_map_index.hpp&gt;">
 
9
<link rel="prev" href="remove_file_on_destroy.html" title="Class remove_file_on_destroy">
 
10
<link rel="next" href="flat_map_index.html" title="Class template flat_map_index">
 
11
</head>
 
12
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
13
<table cellpadding="2" width="100%"><tr>
 
14
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
 
15
<td align="center"><a href="../../../../index.html">Home</a></td>
 
16
<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
 
17
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
 
18
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
 
19
<td align="center"><a href="../../../../more/index.htm">More</a></td>
 
20
</tr></table>
 
21
<hr>
 
22
<div class="spirit-nav">
 
23
<a accesskey="p" href="remove_file_on_destroy.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_interprocess_reference.html#header.boost.interprocess.indexes.flat_map_index_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="flat_map_index.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 
24
</div>
 
25
<div class="refentry">
 
26
<a name="boost.interprocess.flat_map_index_aux"></a><div class="titlepage"></div>
 
27
<div class="refnamediv">
 
28
<h2><span class="refentrytitle">Struct template flat_map_index_aux</span></h2>
 
29
<p>boost::interprocess::flat_map_index_aux &#8212; Helper class to define typedefs from IndexTraits. </p>
 
30
</div>
 
31
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
 
32
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../boost_interprocess_reference.html#header.boost.interprocess.indexes.flat_map_index_hpp" title="Header &lt;boost/interprocess/indexes/flat_map_index.hpp&gt;">boost/interprocess/indexes/flat_map_index.hpp</a>&gt;
 
33
 
 
34
</span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> MapConfig<span class="special">&gt;</span> 
 
35
<span class="keyword">struct</span> <a class="link" href="flat_map_index_aux.html" title="Struct template flat_map_index_aux">flat_map_index_aux</a> <span class="special">{</span>
 
36
  <span class="comment">// types</span>
 
37
  <span class="keyword">typedef</span> <span class="identifier">MapConfig</span><span class="special">::</span><span class="identifier">key_type</span>                                         <a name="boost.interprocess.flat_map_index_aux.key_type"></a><span class="identifier">key_type</span><span class="special">;</span>            
 
38
  <span class="keyword">typedef</span> <span class="identifier">MapConfig</span><span class="special">::</span><span class="identifier">mapped_type</span>                                      <a name="boost.interprocess.flat_map_index_aux.mapped_type"></a><span class="identifier">mapped_type</span><span class="special">;</span>         
 
39
  <span class="keyword">typedef</span> <span class="identifier">MapConfig</span><span class="special">::</span><span class="identifier">segment_manager_base</span>                             <a name="boost.interprocess.flat_map_index_aux.segment_manager_base"></a><span class="identifier">segment_manager_base</span><span class="special">;</span>
 
40
  <span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special">&lt;</span> <span class="identifier">key_type</span> <span class="special">&gt;</span>                                       <a name="boost.interprocess.flat_map_index_aux.key_less"></a><span class="identifier">key_less</span><span class="special">;</span>            
 
41
  <span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">key_type</span><span class="special">,</span> <span class="identifier">mapped_type</span> <span class="special">&gt;</span>                          <a name="boost.interprocess.flat_map_index_aux.value_type"></a><span class="identifier">value_type</span><span class="special">;</span>          
 
42
  <span class="keyword">typedef</span> <a class="link" href="allocator.html" title="Class template allocator">allocator</a><span class="special">&lt;</span> <span class="identifier">value_type</span><span class="special">,</span><span class="identifier">segment_manager_base</span> <span class="special">&gt;</span>                <a name="boost.interprocess.flat_map_index_aux.allocator_type"></a><span class="identifier">allocator_type</span><span class="special">;</span>      
 
43
  <span class="keyword">typedef</span> <span class="identifier">flat_map</span><span class="special">&lt;</span> <span class="identifier">key_type</span><span class="special">,</span> <span class="identifier">mapped_type</span><span class="special">,</span> <span class="identifier">key_less</span><span class="special">,</span> <a class="link" href="flat_map_index_aux.html#boost.interprocess.flat_map_index_aux.allocator_type">allocator_type</a> <span class="special">&gt;</span> <a name="boost.interprocess.flat_map_index_aux.index_t"></a><span class="identifier">index_t</span><span class="special">;</span>             
 
44
<span class="special">}</span><span class="special">;</span></pre></div>
 
45
</div>
 
46
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 
47
<td align="left"></td>
 
48
<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2011 Ion Gaztanaga<p>
 
49
        Distributed under the Boost Software License, Version 1.0. (See accompanying
 
50
        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
 
51
      </p>
 
52
</div></td>
 
53
</tr></table>
 
54
<hr>
 
55
<div class="spirit-nav">
 
56
<a accesskey="p" href="remove_file_on_destroy.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_interprocess_reference.html#header.boost.interprocess.indexes.flat_map_index_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="flat_map_index.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 
57
</div>
 
58
</body>
 
59
</html>