Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / spirit / doc / html / spirit / qi / reference / parser_concepts / unaryparser.html
index ef4cbef..4a281bf 100644 (file)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>UnaryParser</title>
 <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="../../../../index.html" title="Spirit 2.5.2">
 <link rel="up" href="../parser_concepts.html" title="Parser Concepts">
 <link rel="prev" href="primitiveparser.html" title="PrimitiveParser">
@@ -28,7 +28,7 @@
 </h5></div></div></div>
 <h6>
 <a name="spirit.qi.reference.parser_concepts.unaryparser.h0"></a>
-            <span><a name="spirit.qi.reference.parser_concepts.unaryparser.description"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.description">Description</a>
+            <span class="phrase"><a name="spirit.qi.reference.parser_concepts.unaryparser.description"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.description">Description</a>
           </h6>
 <p>
             <span class="emphasis"><em>UnaryParser</em></span> is a composite parser that has a single
@@ -37,7 +37,7 @@
           </p>
 <h6>
 <a name="spirit.qi.reference.parser_concepts.unaryparser.h1"></a>
-            <span><a name="spirit.qi.reference.parser_concepts.unaryparser.refinement_of"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.refinement_of">Refinement
+            <span class="phrase"><a name="spirit.qi.reference.parser_concepts.unaryparser.refinement_of"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.refinement_of">Refinement
             of</a>
           </h6>
 <div class="blockquote"><blockquote class="blockquote"><p>
@@ -45,7 +45,7 @@
             </p></blockquote></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
-<dl>
+<dl class="variablelist">
 <dt><span class="term"><code class="computeroutput"><span class="identifier">p</span></code></span></dt>
 <dd><p>
                   A UnaryParser.
@@ -58,7 +58,7 @@
 </div>
 <h6>
 <a name="spirit.qi.reference.parser_concepts.unaryparser.h2"></a>
-            <span><a name="spirit.qi.reference.parser_concepts.unaryparser.valid_expressions"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.valid_expressions">Valid
+            <span class="phrase"><a name="spirit.qi.reference.parser_concepts.unaryparser.valid_expressions"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.valid_expressions">Valid
             Expressions</a>
           </h6>
 <p>
 </table></div>
 <h6>
 <a name="spirit.qi.reference.parser_concepts.unaryparser.h3"></a>
-            <span><a name="spirit.qi.reference.parser_concepts.unaryparser.type_expressions"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.type_expressions">Type
+            <span class="phrase"><a name="spirit.qi.reference.parser_concepts.unaryparser.type_expressions"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.type_expressions">Type
             Expressions</a>
           </h6>
 <div class="informaltable"><table class="table">
 </table></div>
 <h6>
 <a name="spirit.qi.reference.parser_concepts.unaryparser.h4"></a>
-            <span><a name="spirit.qi.reference.parser_concepts.unaryparser.invariants"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.invariants">Invariants</a>
+            <span class="phrase"><a name="spirit.qi.reference.parser_concepts.unaryparser.invariants"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.invariants">Invariants</a>
           </h6>
 <p>
             For any UnaryParser, <code class="computeroutput"><span class="identifier">P</span></code>,
             the following invariant always holds:
           </p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
                 <code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_parser</span><span class="special">&lt;</span><span class="identifier">P</span><span class="special">::</span><span class="identifier">subject_type</span><span class="special">&gt;::</span><span class="identifier">type</span></code> evaluates to <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>
               </li></ul></div>
 <h6>
 <a name="spirit.qi.reference.parser_concepts.unaryparser.h5"></a>
-            <span><a name="spirit.qi.reference.parser_concepts.unaryparser.models"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.models">Models</a>
+            <span class="phrase"><a name="spirit.qi.reference.parser_concepts.unaryparser.models"></a></span><a class="link" href="unaryparser.html#spirit.qi.reference.parser_concepts.unaryparser.models">Models</a>
           </h6>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 <li class="listitem">
                 <a class="link" href="../operator/and_predicate.html" title="And-Predicate Parser (&amp;a)">And Predicate</a>
               </li>