Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > e8cbfa9673da18966abee0a6d7051b87 > files > 196

glibmm2.4-doc-2.16.1-1mdv2008.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>glibmm 2.4: Glib::Markup::AttributeKeyLess Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
    <td width="10%" height="40"><img src="../../images/gtkmm_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
    <td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
  <a class="qindex" href="../../../../gtkmm-2.4/docs/index.html">Main Page</a> &nbsp;
  <a href="../../../../gtkmm-2.4/docs/reference/html/group__Widgets.html">Widgets</a> &nbsp;
  <a class="qindex" href="namespaces.html">glibmm Namespaces</a> &nbsp;
  <a href="../../../../gtkmm-2.4/docs/tutorial/html/index.html"> Book</a> &nbsp;
</center>
<hr width="100%"/>

<!-- begin main content -->
<div id="content">
<!-- Generated by Doxygen 1.5.3 -->
<div class="nav">
<a class="el" href="namespaceGlib.html">Glib</a>::<a class="el" href="namespaceGlib_1_1Markup.html">Markup</a>::<a class="el" href="classGlib_1_1Markup_1_1AttributeKeyLess.html">AttributeKeyLess</a></div>
<h1>Glib::Markup::AttributeKeyLess Class Reference<br>
<small>
[<a class="el" href="group__Markup.html">Simple XML Subset Parser</a>]</small>
</h1><!-- doxytag: class="Glib::Markup::AttributeKeyLess" -->Binary predicate used by <a class="el" href="classGlib_1_1Markup_1_1Parser.html#65bc2af877b64b3077f8635ef81213dc">Markup::Parser::AttributeMap</a>.  
<a href="#_details">More...</a>
<p>

<p>
<a href="classGlib_1_1Markup_1_1AttributeKeyLess-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Markup_1_1AttributeKeyLess.html#a895a53dfd0959afb851bde44ba25a56">first_argument_type</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Markup_1_1AttributeKeyLess.html#582ece5a1a2865e997e2df0f341b0ed0">second_argument_type</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Markup_1_1AttributeKeyLess.html#a640c46e68bcaa011cee7f72284f3b33">result_type</a></td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Markup_1_1AttributeKeyLess.html#9ec46a3ed1da9e184aeb9b593803aa97">operator()</a> (const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp; lhs, const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp; rhs) const </td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Binary predicate used by <a class="el" href="classGlib_1_1Markup_1_1Parser.html#65bc2af877b64b3077f8635ef81213dc">Markup::Parser::AttributeMap</a>. 
<p>
Unlike <code>operator&lt;(const ustring&amp; lhs, const ustring&amp; rhs)</code> which would be used by the default <code>std::less&lt;&gt;</code> predicate, the <a class="el" href="classGlib_1_1Markup_1_1AttributeKeyLess.html" title="Binary predicate used by Markup::Parser::AttributeMap.">AttributeKeyLess</a> predicate is locale-independent. This is both more correct and much more efficient. <hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="a895a53dfd0959afb851bde44ba25a56"></a><!-- doxytag: member="Glib::Markup::AttributeKeyLess::first_argument_type" ref="a895a53dfd0959afb851bde44ba25a56" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a> <a class="el" href="classGlib_1_1ustring.html">Glib::Markup::AttributeKeyLess::first_argument_type</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="582ece5a1a2865e997e2df0f341b0ed0"></a><!-- doxytag: member="Glib::Markup::AttributeKeyLess::second_argument_type" ref="582ece5a1a2865e997e2df0f341b0ed0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a> <a class="el" href="classGlib_1_1ustring.html">Glib::Markup::AttributeKeyLess::second_argument_type</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="a640c46e68bcaa011cee7f72284f3b33"></a><!-- doxytag: member="Glib::Markup::AttributeKeyLess::result_type" ref="a640c46e68bcaa011cee7f72284f3b33" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef bool <a class="el" href="classGlib_1_1Markup_1_1AttributeKeyLess.html#a640c46e68bcaa011cee7f72284f3b33">Glib::Markup::AttributeKeyLess::result_type</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="9ec46a3ed1da9e184aeb9b593803aa97"></a><!-- doxytag: member="Glib::Markup::AttributeKeyLess::operator()" ref="9ec46a3ed1da9e184aeb9b593803aa97" args="(const Glib::ustring &amp;lhs, const Glib::ustring &amp;rhs) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Glib::Markup::AttributeKeyLess::operator()           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp;&nbsp;</td>
          <td class="paramname"> <em>lhs</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp;&nbsp;</td>
          <td class="paramname"> <em>rhs</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="markup_8h.html">markup.h</a></ul>
</div> <!-- end main content -->

<hr><address><small>
Generated for glibmm 2.4 by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.5.3 &copy;&nbsp;1997-2001</small></address>
</body>
</html>