summaryrefslogtreecommitdiff
path: root/doc/html/boost/date_time/parse_match_result.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/date_time/parse_match_result.html')
-rw-r--r--doc/html/boost/date_time/parse_match_result.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/boost/date_time/parse_match_result.html b/doc/html/boost/date_time/parse_match_result.html
index 9de68779ca..1de564597a 100644
--- a/doc/html/boost/date_time/parse_match_result.html
+++ b/doc/html/boost/date_time/parse_match_result.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template parse_match_result</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.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../date_time/doxy.html#header.boost.date_time.string_parse_tree_hpp" title="Header &lt;boost/date_time/string_parse_tree.hpp&gt;">
<link rel="prev" href="convert_string_type.html" title="Function template convert_string_type">
@@ -37,15 +37,15 @@
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <a name="boost.date_time.parse_match_result.string_type"></a><span class="identifier">string_type</span><span class="special">;</span>
- <span class="keyword">enum</span> <a name="boost.date_time.parse_match_result.PARSE_STATE"></a>PARSE_STATE <span class="special">{</span> PARSE_ERROR = -1 <span class="special">}</span><span class="special">;</span>
+ <span class="keyword">enum</span> <a name="boost.date_time.parse_match_result.PARSE_STATE"></a>PARSE_STATE <span class="special">{</span> PARSE_ERROR = = -1 <span class="special">}</span><span class="special">;</span>
<span class="comment">// <a class="link" href="parse_match_result.html#boost.date_time.parse_match_resultconstruct-copy-destruct">construct/copy/destruct</a></span>
- <a class="link" href="parse_match_result.html#idp64747744-bb"><span class="identifier">parse_match_result</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
+ <a class="link" href="parse_match_result.html#idm46563423696304-bb"><span class="identifier">parse_match_result</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
- <span class="comment">// <a class="link" href="parse_match_result.html#idp7973024-bb">public member functions</a></span>
- <span class="identifier">string_type</span> <a class="link" href="parse_match_result.html#idp7973584-bb"><span class="identifier">remaining</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
- <span class="identifier">charT</span> <a class="link" href="parse_match_result.html#idp5990464-bb"><span class="identifier">last_char</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
- <span class="keyword">bool</span> <a class="link" href="parse_match_result.html#idp5991552-bb"><span class="identifier">has_remaining</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="parse_match_result.html#idm46563423701200-bb">public member functions</a></span>
+ <span class="identifier">string_type</span> <a class="link" href="parse_match_result.html#idm46563423700640-bb"><span class="identifier">remaining</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
+ <span class="identifier">charT</span> <a class="link" href="parse_match_result.html#idm46563423699520-bb"><span class="identifier">last_char</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
+ <span class="keyword">bool</span> <a class="link" href="parse_match_result.html#idm46563423698400-bb"><span class="identifier">has_remaining</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="comment">// public data members</span>
<span class="identifier">string_type</span> <span class="identifier">cache</span><span class="special">;</span>
@@ -53,22 +53,22 @@
<span class="keyword">short</span> <span class="identifier">current_match</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp118419008"></a><h2>Description</h2>
+<a name="idm45928070758320"></a><h2>Description</h2>
<div class="refsect2">
-<a name="idp118419392"></a><h3>
+<a name="idm45928070757904"></a><h3>
<a name="boost.date_time.parse_match_resultconstruct-copy-destruct"></a><code class="computeroutput">parse_match_result</code>
public
construct/copy/destruct</h3>
-<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="idp64747744-bb"></a><span class="identifier">parse_match_result</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li></ol></div>
+<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="idm46563423696304-bb"></a><span class="identifier">parse_match_result</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li></ol></div>
</div>
<div class="refsect2">
-<a name="idp118424624"></a><h3>
-<a name="idp7973024-bb"></a><code class="computeroutput">parse_match_result</code> public member functions</h3>
+<a name="idm45928070752000"></a><h3>
+<a name="idm46563423701200-bb"></a><code class="computeroutput">parse_match_result</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
-<li class="listitem"><pre class="literallayout"><span class="identifier">string_type</span> <a name="idp7973584-bb"></a><span class="identifier">remaining</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
-<li class="listitem"><pre class="literallayout"><span class="identifier">charT</span> <a name="idp5990464-bb"></a><span class="identifier">last_char</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
+<li class="listitem"><pre class="literallayout"><span class="identifier">string_type</span> <a name="idm46563423700640-bb"></a><span class="identifier">remaining</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
+<li class="listitem"><pre class="literallayout"><span class="identifier">charT</span> <a name="idm46563423699520-bb"></a><span class="identifier">last_char</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem">
-<pre class="literallayout"><span class="keyword">bool</span> <a name="idp5991552-bb"></a><span class="identifier">has_remaining</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns true if more characters were parsed than was necessary. <p>Should be used in conjunction with last_char() to get the remaining character. </p>
+<pre class="literallayout"><span class="keyword">bool</span> <a name="idm46563423698400-bb"></a><span class="identifier">has_remaining</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns true if more characters were parsed than was necessary. <p>Should be used in conjunction with last_char() to get the remaining character. </p>
</li>
</ol></div>
</div>