Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c74ab286c3d46f9b82671d206e43a74b > files > 1115

libstdc++-docs-4.6.3-2.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libstdc++: locale_facets_nonio.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libstdc++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('a00930.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a>  </div>
  <div class="headertitle">
<div class="title">locale_facets_nonio.h File Reference</div>  </div>
</div>
<div class="contents">

<p><a href="a00930_source.html">Go to the source code of this file.</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>class <a class="el" href="a00599.html">std::messages&lt; _CharT &gt;</a>
<dl class="el"><dd class="mdescRight">Primary class template messages.This facet encapsulates the code to retrieve messages from message catalogs. The only thing defined by the standard for this facet is the interface. All underlying functionality is implementation-defined.  <a href="a00599.html#details">More...</a><br/></dl><li>struct <a class="el" href="a00600.html">std::messages_base</a>
<dl class="el"><dd class="mdescRight">Messages facet base class providing catalog typedef.  <a href="a00600.html#details">More...</a><br/></dl><li>class <a class="el" href="a00601.html">std::messages_byname&lt; _CharT &gt;</a>
<dl class="el"><dd class="mdescRight">class <a class="el" href="a00601.html" title="class messages_byname [22.2.7.2].">messages_byname</a> [22.2.7.2].  <a href="a00601.html#details">More...</a><br/></dl><li>class <a class="el" href="a00604.html">std::money_base</a>
<dl class="el"><dd class="mdescRight">Money format ordering data.This class contains an ordered array of 4 fields to represent the pattern for formatting a money amount. Each field may contain one entry from the part enum. symbol, sign, and value must be present and the remaining field must contain either none or space.  <a href="a00604.html#details">More...</a><br/></dl><li>class <a class="el" href="a00605.html">std::money_get&lt; _CharT, _InIter &gt;</a>
<dl class="el"><dd class="mdescRight">Primary class template <a class="el" href="a00605.html" title="Primary class template money_get.This facet encapsulates the code to parse and return a monetary amou...">money_get</a>.This facet encapsulates the code to parse and return a monetary amount from a string.  <a href="a00605.html#details">More...</a><br/></dl><li>class <a class="el" href="a00606.html">std::money_put&lt; _CharT, _OutIter &gt;</a>
<dl class="el"><dd class="mdescRight">Primary class template <a class="el" href="a00606.html" title="Primary class template money_put.This facet encapsulates the code to format and output a monetary amo...">money_put</a>.This facet encapsulates the code to format and output a monetary amount.  <a href="a00606.html#details">More...</a><br/></dl><li>class <a class="el" href="a00607.html">std::moneypunct&lt; _CharT, _Intl &gt;</a>
<dl class="el"><dd class="mdescRight">Primary class template moneypunct.This facet encapsulates the punctuation, grouping and other formatting features of money amount string representations.  <a href="a00607.html#details">More...</a><br/></dl><li>class <a class="el" href="a00608.html">std::moneypunct_byname&lt; _CharT, _Intl &gt;</a>
<dl class="el"><dd class="mdescRight">class <a class="el" href="a00608.html" title="class moneypunct_byname [22.2.6.4].">moneypunct_byname</a> [22.2.6.4].  <a href="a00608.html#details">More...</a><br/></dl><li>class <a class="el" href="a00708.html">std::time_base</a>
<dl class="el"><dd class="mdescRight">Time format ordering data.This class provides an enum representing different orderings of time: day, month, and year.  <a href="a00708.html#details">More...</a><br/></dl><li>class <a class="el" href="a00709.html">std::time_get&lt; _CharT, _InIter &gt;</a>
<dl class="el"><dd class="mdescRight">Primary class template <a class="el" href="a00709.html" title="Primary class template time_get.This facet encapsulates the code to parse and return a date or time f...">time_get</a>.This facet encapsulates the code to parse and return a date or time from a string. It is used by the istream numeric extraction operators.  <a href="a00709.html#details">More...</a><br/></dl><li>class <a class="el" href="a00710.html">std::time_get_byname&lt; _CharT, _InIter &gt;</a>
<dl class="el"><dd class="mdescRight">class <a class="el" href="a00710.html" title="class time_get_byname [22.2.5.2].">time_get_byname</a> [22.2.5.2].  <a href="a00710.html#details">More...</a><br/></dl><li>class <a class="el" href="a00711.html">std::time_put&lt; _CharT, _OutIter &gt;</a>
<dl class="el"><dd class="mdescRight">Primary class template <a class="el" href="a00711.html" title="Primary class template time_put.This facet encapsulates the code to format and output dates and times...">time_put</a>.This facet encapsulates the code to format and output dates and times according to formats used by strftime().  <a href="a00711.html#details">More...</a><br/></dl><li>class <a class="el" href="a00712.html">std::time_put_byname&lt; _CharT, _OutIter &gt;</a>
<dl class="el"><dd class="mdescRight">class <a class="el" href="a00712.html" title="class time_put_byname [22.2.5.4].">time_put_byname</a> [22.2.5.4].  <a href="a00712.html#details">More...</a><br/></dl></ul>
<h2><a name="namespaces"></a>
Namespaces</h2>
<ul>
<li>namespace <a class="el" href="a01137.html">std</a>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include &lt;locale&gt;. </p>

<p>Definition in file <a class="el" href="a00930_source.html">locale_facets_nonio.h</a>.</p>
</div></div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a00930.html">locale_facets_nonio.h</a>      </li>
      <li class="footer">Generated by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>