<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Code</title> <link rel="stylesheet" href="../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../index.html" title="Chapter 1. Boost.Bimap"> <link rel="up" href="../rationale.html" title="Rationale"> <link rel="prev" href="additional_features.html" title="Additional Features"> <link rel="next" href="the_student_and_the_mentor.html" title="The student and the mentor"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="additional_features.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../rationale.html"><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="the_student_and_the_mentor.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="boost_bimap.rationale.code"></a><a class="link" href="code.html" title="Code">Code</a> </h3></div></div></div> <p> You can browse the code using the <a href="../../doxydoc/index.html" target="_top"><span class="bold"><strong>Boost.Bimap doxygen docs</strong></span></a>. </p> <p> The code follows the <a href="http://www.boost.org/more/lib_guide.htm" target="_top">Boost Library Requirement and Guidelines</a> as closely as possible. </p> <div class="table"> <a name="boost_bimap.rationale.code.t0"></a><p class="title"><b>Table 1.10. folders in boost/bimap</b></p> <div class="table-contents"><table class="table" summary="folders in boost/bimap"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> name </p> </th> <th> <p> what is inside? </p> </th> </tr></thead> <tbody> <tr> <td> <p> user level header files </p> </td> <td class="auto-generated"> </td> </tr> <tr> <td> <p> tagged/ </p> </td> <td> <p> tagged idiom </p> </td> </tr> <tr> <td> <p> relation/ </p> </td> <td> <p> the bimap data </p> </td> </tr> <tr> <td> <p> container_adaptor/ </p> </td> <td> <p> easy way of adapting containers </p> </td> </tr> <tr> <td> <p> views/ </p> </td> <td> <p> bimap views </p> </td> </tr> <tr> <td> <p> property_map/ </p> </td> <td> <p> support for property map concept </p> </td> </tr> </tbody> </table></div> </div> <br class="table-break"><div class="table"> <a name="boost_bimap.rationale.code.t1"></a><p class="title"><b>Table 1.11. folders in each folder</b></p> <div class="table-contents"><table class="table" summary="folders in each folder"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> name </p> </th> <th> <p> what is inside? </p> </th> </tr></thead> <tbody> <tr> <td> </td> <td> <p> class definitions </p> </td> </tr> <tr> <td> <p> support/ </p> </td> <td> <p> optional metafunctions and free functions </p> </td> </tr> <tr> <td> <p> detail/ </p> </td> <td> <p> things not intended for the user's eyes </p> </td> </tr> </tbody> </table></div> </div> <br class="table-break"> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2006-2012 Matias Capeletto<p> Distributed under the Boost Software License, Version 1.0. (See accompanying 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>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="additional_features.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../rationale.html"><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="the_student_and_the_mentor.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>