idlebox / 2007 / flex-bison-cpp-example / flex-bison-cpp-example-0.1.4 / doxygen-html / classExampleFlexLexer.html.html (Download File)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Flex Bison C++ Example: ExampleFlexLexer Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>ExampleFlexLexer Class Reference</h1><!-- doxytag: class="ExampleFlexLexer" --><!-- doxytag: inherits="FlexLexer" --><code>#include &lt;<a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for ExampleFlexLexer:</div>
<div class="dynsection">

<p><center><img src="classExampleFlexLexer.png" usemap="#ExampleFlexLexer_map" border="0" alt=""></center>
<map name="ExampleFlexLexer_map">
<area href="classFlexLexer.html" alt="FlexLexer" shape="rect" coords="0,0,115,24">
<area href="classexample_1_1Scanner.html" alt="example::Scanner" shape="rect" coords="0,112,115,136">
</map>
</div>

<p>
<a href="classExampleFlexLexer-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 Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#8be5853393a361e1d8d74acda2a8289a">ExampleFlexLexer</a> (std::istream *arg_yyin=0, std::ostream *arg_yyout=0)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#d8f2cf1698b3eb2b1c1437005ddc06b4">~ExampleFlexLexer</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#c69e13edbbab2241727ca4f0aa6ea0fb">yy_switch_to_buffer</a> (struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> *new_buffer)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#5fe0a63767963141ecd733b39e4b006d">yy_create_buffer</a> (std::istream *s, int size)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Allocate and initialize an input buffer state.  <a href="#5fe0a63767963141ecd733b39e4b006d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#98dd947b9da7b4736cf84e0479c9fc39">yy_delete_buffer</a> (struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> *b)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#9efe8d0b2341c93a9bf8220534bbde39">yyrestart</a> (std::istream *s)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Immediately switch to a different input stream.  <a href="#9efe8d0b2341c93a9bf8220534bbde39"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#e0f26bea0143b9c95db56dbf59baa148">yypush_buffer_state</a> (struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> *new_buffer)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#a232302675249c926d2b98f9c5c63e04">yypop_buffer_state</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Removes and deletes the top of the stack, if present.  <a href="#a232302675249c926d2b98f9c5c63e04"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#52dace47f333320dfb4ffb21f8c6e474">yylex</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The main scanner function which does all the work.  <a href="#52dace47f333320dfb4ffb21f8c6e474"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#517348a42d843227b970cf8957174f3f">switch_streams</a> (std::istream *new_in, std::ostream *new_out)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#c9b84056b4fb8057604f7d9e34f0ff34">yywrap</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#6a1931bf4e640550c744e0ba92463f5d">LexerInput</a> (char *buf, int max_size)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#f589727f21069a5a32138bc15af0a15b">LexerOutput</a> (const char *buf, int size)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#c02b8e0bdfe82be5a9825d3a06340780">LexerError</a> (const char *msg)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#3fe684277071b38fd7e24dcd0311134a">yyunput</a> (int c, char *buf_ptr)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#1e5d2daeff81d9208b3378f5713c700a">yyinput</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#68dde2f8e3ebfce36754add002bcb77c">yy_load_buffer_state</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#37616a3b1dea994754e899a3d4e4aae7">yy_init_buffer</a> (struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> *b, std::istream *s)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#667d4e75ef628d4c5e24da9aa39c9a5d">yy_flush_buffer</a> (struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> *b)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#d0a23581b23e4638c86c990b02d95e4b">yy_push_state</a> (int new_state)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#19bdf2acfe685ffd3ffd646879dc0816">yy_pop_state</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#831037fe4db95ffa3e43ed1b42991b48">yy_top_state</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#ca1fe08664145c065bb3417e9d3a5c50">yy_get_previous_state</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#f54c60393fbe10328f6ecb0c251cd022">yy_try_NUL_trans</a> (<a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a> current_state)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#4bfae66b007c736e14a9b0a746cd4f41">yy_get_next_buffer</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#c503307127cf36e1d700aeeb70afa2ce">yyensure_buffer_stack</a> (void)</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#383b30396dbb7029d7e3e81a0d694aaf">yy_start_stack_ptr</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#76ec0c16f39b1fe3962532fe90e149f4">yy_start_stack_depth</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#49d7d96c90756296e1591fe21fa8c9df">yy_start_stack</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">std::istream *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#7cff7ddb59e7f36acca43f3175ecee2e">yyin</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">std::ostream *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#aef7b5f8cb8091ff111090a948830353">yyout</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#1969d114315ac9946be75cb9eb2fc948">yy_hold_char</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#f5d728f589fa1a021d6664fde0036af2">yy_n_chars</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#b8f4260406de48bcbe4c02f7cf2250c2">yy_c_buf_p</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#ffe749781cde5d9a408b9a4a5ebc32ec">yy_init</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#03a661dee9e518732f7cedb3ac1c1a68">yy_start</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#badddb985d682a8dd0eacefe86841bb3">yy_did_buffer_switch_on_eof</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#d30661105d1d83cc3ca0fc72abc37559">yy_buffer_stack_top</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">index of top of stack.  <a href="#d30661105d1d83cc3ca0fc72abc37559"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#f157bf13b09ff17c4300de35ef287ccd">yy_buffer_stack_max</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">capacity of stack.  <a href="#f157bf13b09ff17c4300de35ef287ccd"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#1f610c0de0abf7b7ae1a50bad8f72cb0">yy_buffer_stack</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Stack as an array.  <a href="#1f610c0de0abf7b7ae1a50bad8f72cb0"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#345d71fe69eb3af98c88304d1363c60b">yy_last_accepting_state</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#70159f35b5486703f1d5d2625276a67c">yy_last_accepting_cpos</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#f546c8162f3d60cb65bd1143bc7ff0a5">yy_state_buf</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#c6e22e9d3a7809549a38f50a6fa940a6">yy_state_ptr</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#6de631375bf915b306c03875d4ff625a">yy_full_match</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#396901b201cbd54dee1d9e6d98f500fc">yy_full_state</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#81d5838b9bf334c950b344856c85cb0c">yy_full_lp</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#aa870cdeccf335d3322cfd7f0b6a9e4c">yy_lp</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#f824a7cee481a10d34fe4fb9b3bc9be9">yy_looking_for_trail_begin</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#74964b7e5fef01008c9a078b80fd94c7">yy_more_flag</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#100cd8bfaba0508937a9d52902ac1ccc">yy_more_len</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#7a80054caab9dd26e9f5a844bc62ed0a">yy_more_offset</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExampleFlexLexer.html#3ce3d8c86eef5bfa37c9bf067e360ccf">yy_prev_more_offset</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00112">112</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="8be5853393a361e1d8d74acda2a8289a"></a><!-- doxytag: member="ExampleFlexLexer::ExampleFlexLexer" ref="8be5853393a361e1d8d74acda2a8289a" args="(std::istream *arg_yyin=0, std::ostream *arg_yyout=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">ExampleFlexLexer::ExampleFlexLexer           </td>
          <td>(</td>
          <td class="paramtype">std::istream *&nbsp;</td>
          <td class="paramname"> <em>arg_yyin</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::ostream *&nbsp;</td>
          <td class="paramname"> <em>arg_yyout</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l00997">997</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="FlexLexer_8h_source.html#l00184">yy_buffer_stack</a>, <a class="el" href="FlexLexer_8h_source.html#l00183">yy_buffer_stack_max</a>, <a class="el" href="FlexLexer_8h_source.html#l00182">yy_buffer_stack_top</a>, <a class="el" href="FlexLexer_8h_source.html#l00172">yy_c_buf_p</a>, <a class="el" href="FlexLexer_8h_source.html#l00179">yy_did_buffer_switch_on_eof</a>, <a class="el" href="FlexLexer_8h_source.html#l00098">FlexLexer::yy_flex_debug</a>, <a class="el" href="FlexLexer_8h_source.html#l00174">yy_init</a>, <a class="el" href="FlexLexer_8h_source.html#l00201">yy_looking_for_trail_begin</a>, <a class="el" href="FlexLexer_8h_source.html#l00203">yy_more_flag</a>, <a class="el" href="FlexLexer_8h_source.html#l00204">yy_more_len</a>, <a class="el" href="FlexLexer_8h_source.html#l00205">yy_more_offset</a>, <a class="el" href="FlexLexer_8h_source.html#l00206">yy_prev_more_offset</a>, <a class="el" href="FlexLexer_8h_source.html#l00175">yy_start</a>, <a class="el" href="FlexLexer_8h_source.html#l00152">yy_start_stack</a>, <a class="el" href="FlexLexer_8h_source.html#l00151">yy_start_stack_depth</a>, <a class="el" href="FlexLexer_8h_source.html#l00150">yy_start_stack_ptr</a>, <a class="el" href="FlexLexer_8h_source.html#l00193">yy_state_buf</a>, <a class="el" href="FlexLexer_8h_source.html#l00162">yyin</a>, <a class="el" href="FlexLexer_8h_source.html#l00097">FlexLexer::yylineno</a>, and <a class="el" href="FlexLexer_8h_source.html#l00163">yyout</a>.</p>

</div>
</div><p>
<a class="anchor" name="d8f2cf1698b3eb2b1c1437005ddc06b4"></a><!-- doxytag: member="ExampleFlexLexer::~ExampleFlexLexer" ref="d8f2cf1698b3eb2b1c1437005ddc06b4" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">ExampleFlexLexer::~ExampleFlexLexer           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01027">1027</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="scanner_8cc_source.html#l01893">Examplefree()</a>, <a class="el" href="FlexLexer_8h_source.html#l00184">yy_buffer_stack</a>, <a class="el" href="scanner_8cc_source.html#l00327">YY_CURRENT_BUFFER</a>, <a class="el" href="classExampleFlexLexer.html#98dd947b9da7b4736cf84e0479c9fc39">yy_delete_buffer()</a>, <a class="el" href="FlexLexer_8h_source.html#l00152">yy_start_stack</a>, and <a class="el" href="FlexLexer_8h_source.html#l00193">yy_state_buf</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="c02b8e0bdfe82be5a9825d3a06340780"></a><!-- doxytag: member="ExampleFlexLexer::LexerError" ref="c02b8e0bdfe82be5a9825d3a06340780" args="(const char *msg)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void ExampleFlexLexer::LexerError           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>msg</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="6a1931bf4e640550c744e0ba92463f5d"></a><!-- doxytag: member="ExampleFlexLexer::LexerInput" ref="6a1931bf4e640550c744e0ba92463f5d" args="(char *buf, int max_size)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int ExampleFlexLexer::LexerInput           </td>
          <td>(</td>
          <td class="paramtype">char *&nbsp;</td>
          <td class="paramname"> <em>buf</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>max_size</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01052">1052</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

</div>
</div><p>
<a class="anchor" name="f589727f21069a5a32138bc15af0a15b"></a><!-- doxytag: member="ExampleFlexLexer::LexerOutput" ref="f589727f21069a5a32138bc15af0a15b" args="(const char *buf, int size)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::LexerOutput           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>buf</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>size</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01079">1079</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="FlexLexer_8h_source.html#l00163">yyout</a>.</p>

</div>
</div><p>
<a class="anchor" name="517348a42d843227b970cf8957174f3f"></a><!-- doxytag: member="ExampleFlexLexer::switch_streams" ref="517348a42d843227b970cf8957174f3f" args="(std::istream *new_in, std::ostream *new_out)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::switch_streams           </td>
          <td>(</td>
          <td class="paramtype">std::istream *&nbsp;</td>
          <td class="paramname"> <em>new_in</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::ostream *&nbsp;</td>
          <td class="paramname"> <em>new_out</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Implements <a class="el" href="classFlexLexer.html#227e31f508499c6fed54fb47cc340a0d">FlexLexer</a>.</p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01037">1037</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="scanner_8cc_source.html#l00194">YY_BUF_SIZE</a>, <a class="el" href="scanner_8cc_source.html#l01502">yy_create_buffer()</a>, <a class="el" href="scanner_8cc_source.html#l00327">YY_CURRENT_BUFFER</a>, <a class="el" href="classExampleFlexLexer.html#98dd947b9da7b4736cf84e0479c9fc39">yy_delete_buffer()</a>, <a class="el" href="classExampleFlexLexer.html#c69e13edbbab2241727ca4f0aa6ea0fb">yy_switch_to_buffer()</a>, and <a class="el" href="FlexLexer_8h_source.html#l00163">yyout</a>.</p>

</div>
</div><p>
<a class="anchor" name="5fe0a63767963141ecd733b39e4b006d"></a><!-- doxytag: member="ExampleFlexLexer::yy_create_buffer" ref="5fe0a63767963141ecd733b39e4b006d" args="(std::istream *s, int size)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structyy__buffer__state.html">YY_BUFFER_STATE</a> ExampleFlexLexer::yy_create_buffer           </td>
          <td>(</td>
          <td class="paramtype">std::istream *&nbsp;</td>
          <td class="paramname"> <em>file</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>size</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [read, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Allocate and initialize an input buffer state.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>file</em>&nbsp;</td><td>A readable stream. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>size</em>&nbsp;</td><td>The character buffer size in bytes. When in doubt, use <code>YY_BUF_SIZE</code>.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the allocated buffer state. </dd></dl>

<p>Implements <a class="el" href="classFlexLexer.html#516348ee1a0dde36e343118814cc42e0">FlexLexer</a>.</p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01502">1502</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="scanner_8cc_source.html#l01876">Examplealloc()</a>, <a class="el" href="scanner_8cc_source.html#l00259">yy_buffer_state::yy_buf_size</a>, <a class="el" href="scanner_8cc_source.html#l00253">yy_buffer_state::yy_ch_buf</a>, <a class="el" href="scanner_8cc_source.html#l00624">YY_FATAL_ERROR</a>, <a class="el" href="classExampleFlexLexer.html#37616a3b1dea994754e899a3d4e4aae7">yy_init_buffer()</a>, and <a class="el" href="scanner_8cc_source.html#l00270">yy_buffer_state::yy_is_our_buffer</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01037">switch_streams()</a>, and <a class="el" href="scanner_8cc_source.html#l01428">yyrestart()</a>.</p>

</div>
</div><p>
<a class="anchor" name="98dd947b9da7b4736cf84e0479c9fc39"></a><!-- doxytag: member="ExampleFlexLexer::yy_delete_buffer" ref="98dd947b9da7b4736cf84e0479c9fc39" args="(struct yy_buffer_state *b)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yy_delete_buffer           </td>
          <td>(</td>
          <td class="paramtype">struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> *&nbsp;</td>
          <td class="paramname"> <em>b</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Implements <a class="el" href="classFlexLexer.html#6c59180ab84ba98af3704ba2cb018230">FlexLexer</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01037">switch_streams()</a>, <a class="el" href="scanner_8cc_source.html#l01671">yypop_buffer_state()</a>, and <a class="el" href="scanner_8cc_source.html#l01027">~ExampleFlexLexer()</a>.</p>

</div>
</div><p>
<a class="anchor" name="667d4e75ef628d4c5e24da9aa39c9a5d"></a><!-- doxytag: member="ExampleFlexLexer::yy_flush_buffer" ref="667d4e75ef628d4c5e24da9aa39c9a5d" args="(struct yy_buffer_state *b)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yy_flush_buffer           </td>
          <td>(</td>
          <td class="paramtype">struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> *&nbsp;</td>
          <td class="paramname"> <em>b</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="4bfae66b007c736e14a9b0a746cd4f41"></a><!-- doxytag: member="ExampleFlexLexer::yy_get_next_buffer" ref="4bfae66b007c736e14a9b0a746cd4f41" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int ExampleFlexLexer::yy_get_next_buffer           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01097">1097</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="scanner_8cc_source.html#l00215">EOB_ACT_CONTINUE_SCAN</a>, <a class="el" href="scanner_8cc_source.html#l00216">EOB_ACT_END_OF_FILE</a>, <a class="el" href="scanner_8cc_source.html#l00217">EOB_ACT_LAST_MATCH</a>, <a class="el" href="scanner_8cc_source.html#l01881">Examplerealloc()</a>, <a class="el" href="scanner_8cc_source.html#l00259">yy_buffer_state::yy_buf_size</a>, <a class="el" href="scanner_8cc_source.html#l00307">YY_BUFFER_EOF_PENDING</a>, <a class="el" href="FlexLexer_8h_source.html#l00172">yy_c_buf_p</a>, <a class="el" href="scanner_8cc_source.html#l00253">yy_buffer_state::yy_ch_buf</a>, <a class="el" href="scanner_8cc_source.html#l00327">YY_CURRENT_BUFFER</a>, <a class="el" href="scanner_8cc_source.html#l00334">YY_CURRENT_BUFFER_LVALUE</a>, <a class="el" href="scanner_8cc_source.html#l00190">YY_END_OF_BUFFER_CHAR</a>, <a class="el" href="scanner_8cc_source.html#l00624">YY_FATAL_ERROR</a>, <a class="el" href="scanner_8cc_source.html#l00596">YY_INPUT</a>, <a class="el" href="scanner_8cc_source.html#l00270">yy_buffer_state::yy_is_our_buffer</a>, <a class="el" href="scanner_8cc_source.html#l00488">YY_MORE_ADJ</a>, <a class="el" href="FlexLexer_8h_source.html#l00169">yy_n_chars</a>, <a class="el" href="scanner_8cc_source.html#l00580">YY_READ_BUF_SIZE</a>, <a class="el" href="FlexLexer_8h_source.html#l00162">yyin</a>, <a class="el" href="scanner_8cc_source.html#l01428">yyrestart()</a>, and <a class="el" href="scanner_8cc_source.html#l00380">yytext_ptr</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01348">yyinput()</a>.</p>

</div>
</div><p>
<a class="anchor" name="ca1fe08664145c065bb3417e9d3a5c50"></a><!-- doxytag: member="ExampleFlexLexer::yy_get_previous_state" ref="ca1fe08664145c065bb3417e9d3a5c50" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a> ExampleFlexLexer::yy_get_previous_state           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01237">1237</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="scanner_8cc_source.html#l00409">yy_accept</a>, <a class="el" href="scanner_8cc_source.html#l00452">yy_base</a>, <a class="el" href="FlexLexer_8h_source.html#l00172">yy_c_buf_p</a>, <a class="el" href="scanner_8cc_source.html#l00471">yy_chk</a>, <a class="el" href="scanner_8cc_source.html#l00458">yy_def</a>, <a class="el" href="scanner_8cc_source.html#l00415">yy_ec</a>, <a class="el" href="FlexLexer_8h_source.html#l00191">yy_last_accepting_cpos</a>, <a class="el" href="FlexLexer_8h_source.html#l00190">yy_last_accepting_state</a>, <a class="el" href="scanner_8cc_source.html#l00447">yy_meta</a>, <a class="el" href="scanner_8cc_source.html#l00488">YY_MORE_ADJ</a>, <a class="el" href="scanner_8cc_source.html#l00464">yy_nxt</a>, <a class="el" href="scanner_8cc_source.html#l00161">YY_SC_TO_UI</a>, <a class="el" href="FlexLexer_8h_source.html#l00175">yy_start</a>, and <a class="el" href="scanner_8cc_source.html#l00380">yytext_ptr</a>.</p>

</div>
</div><p>
<a class="anchor" name="37616a3b1dea994754e899a3d4e4aae7"></a><!-- doxytag: member="ExampleFlexLexer::yy_init_buffer" ref="37616a3b1dea994754e899a3d4e4aae7" args="(struct yy_buffer_state *b, std::istream *s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yy_init_buffer           </td>
          <td>(</td>
          <td class="paramtype">struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> *&nbsp;</td>
          <td class="paramname"> <em>b</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::istream *&nbsp;</td>
          <td class="paramname"> <em>s</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01502">yy_create_buffer()</a>, and <a class="el" href="scanner_8cc_source.html#l01428">yyrestart()</a>.</p>

</div>
</div><p>
<a class="anchor" name="68dde2f8e3ebfce36754add002bcb77c"></a><!-- doxytag: member="ExampleFlexLexer::yy_load_buffer_state" ref="68dde2f8e3ebfce36754add002bcb77c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yy_load_buffer_state           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01484">1484</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="FlexLexer_8h_source.html#l00172">yy_c_buf_p</a>, <a class="el" href="scanner_8cc_source.html#l00334">YY_CURRENT_BUFFER_LVALUE</a>, <a class="el" href="FlexLexer_8h_source.html#l00166">yy_hold_char</a>, <a class="el" href="FlexLexer_8h_source.html#l00169">yy_n_chars</a>, <a class="el" href="FlexLexer_8h_source.html#l00162">yyin</a>, and <a class="el" href="scanner_8cc_source.html#l00380">yytext_ptr</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01671">yypop_buffer_state()</a>, and <a class="el" href="scanner_8cc_source.html#l01428">yyrestart()</a>.</p>

</div>
</div><p>
<a class="anchor" name="19bdf2acfe685ffd3ffd646879dc0816"></a><!-- doxytag: member="ExampleFlexLexer::yy_pop_state" ref="19bdf2acfe685ffd3ffd646879dc0816" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yy_pop_state           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01781">1781</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="scanner_8cc_source.html#l00175">BEGIN</a>, <a class="el" href="scanner_8cc_source.html#l00624">YY_FATAL_ERROR</a>, <a class="el" href="FlexLexer_8h_source.html#l00152">yy_start_stack</a>, and <a class="el" href="FlexLexer_8h_source.html#l00150">yy_start_stack_ptr</a>.</p>

</div>
</div><p>
<a class="anchor" name="d0a23581b23e4638c86c990b02d95e4b"></a><!-- doxytag: member="ExampleFlexLexer::yy_push_state" ref="d0a23581b23e4638c86c990b02d95e4b" args="(int new_state)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yy_push_state           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>new_state</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01753">1753</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="scanner_8cc_source.html#l00175">BEGIN</a>, <a class="el" href="scanner_8cc_source.html#l01876">Examplealloc()</a>, <a class="el" href="scanner_8cc_source.html#l01881">Examplerealloc()</a>, <a class="el" href="scanner_8cc_source.html#l00624">YY_FATAL_ERROR</a>, <a class="el" href="scanner_8cc_source.html#l00181">YY_START</a>, <a class="el" href="FlexLexer_8h_source.html#l00152">yy_start_stack</a>, <a class="el" href="FlexLexer_8h_source.html#l00151">yy_start_stack_depth</a>, <a class="el" href="scanner_8cc_source.html#l00616">YY_START_STACK_INCR</a>, and <a class="el" href="FlexLexer_8h_source.html#l00150">yy_start_stack_ptr</a>.</p>

</div>
</div><p>
<a class="anchor" name="c69e13edbbab2241727ca4f0aa6ea0fb"></a><!-- doxytag: member="ExampleFlexLexer::yy_switch_to_buffer" ref="c69e13edbbab2241727ca4f0aa6ea0fb" args="(struct yy_buffer_state *new_buffer)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yy_switch_to_buffer           </td>
          <td>(</td>
          <td class="paramtype">struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> *&nbsp;</td>
          <td class="paramname"> <em>new_buffer</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Implements <a class="el" href="classFlexLexer.html#3fa4649c1866a483fc391923ca90ca1d">FlexLexer</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01037">switch_streams()</a>.</p>

</div>
</div><p>
<a class="anchor" name="831037fe4db95ffa3e43ed1b42991b48"></a><!-- doxytag: member="ExampleFlexLexer::yy_top_state" ref="831037fe4db95ffa3e43ed1b42991b48" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int ExampleFlexLexer::yy_top_state           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01793">1793</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="FlexLexer_8h_source.html#l00152">yy_start_stack</a>, and <a class="el" href="FlexLexer_8h_source.html#l00150">yy_start_stack_ptr</a>.</p>

</div>
</div><p>
<a class="anchor" name="f54c60393fbe10328f6ecb0c251cd022"></a><!-- doxytag: member="ExampleFlexLexer::yy_try_NUL_trans" ref="f54c60393fbe10328f6ecb0c251cd022" args="(yy_state_type current_state)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a> ExampleFlexLexer::yy_try_NUL_trans           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a>&nbsp;</td>
          <td class="paramname"> <em>current_state</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01275">1275</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="scanner_8cc_source.html#l00409">yy_accept</a>, <a class="el" href="scanner_8cc_source.html#l00452">yy_base</a>, <a class="el" href="FlexLexer_8h_source.html#l00172">yy_c_buf_p</a>, <a class="el" href="scanner_8cc_source.html#l00471">yy_chk</a>, <a class="el" href="scanner_8cc_source.html#l00458">yy_def</a>, <a class="el" href="FlexLexer_8h_source.html#l00191">yy_last_accepting_cpos</a>, <a class="el" href="FlexLexer_8h_source.html#l00190">yy_last_accepting_state</a>, <a class="el" href="scanner_8cc_source.html#l00447">yy_meta</a>, and <a class="el" href="scanner_8cc_source.html#l00464">yy_nxt</a>.</p>

</div>
</div><p>
<a class="anchor" name="c503307127cf36e1d700aeeb70afa2ce"></a><!-- doxytag: member="ExampleFlexLexer::yyensure_buffer_stack" ref="c503307127cf36e1d700aeeb70afa2ce" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yyensure_buffer_stack           </td>
          <td>(</td>
          <td class="paramtype">void&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01696">1696</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="scanner_8cc_source.html#l01876">Examplealloc()</a>, <a class="el" href="scanner_8cc_source.html#l01881">Examplerealloc()</a>, <a class="el" href="FlexLexer_8h_source.html#l00184">yy_buffer_stack</a>, <a class="el" href="FlexLexer_8h_source.html#l00183">yy_buffer_stack_max</a>, <a class="el" href="FlexLexer_8h_source.html#l00182">yy_buffer_stack_top</a>, and <a class="el" href="scanner_8cc_source.html#l00624">YY_FATAL_ERROR</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01428">yyrestart()</a>.</p>

</div>
</div><p>
<a class="anchor" name="1e5d2daeff81d9208b3378f5713c700a"></a><!-- doxytag: member="ExampleFlexLexer::yyinput" ref="1e5d2daeff81d9208b3378f5713c700a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int ExampleFlexLexer::yyinput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01348">1348</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="scanner_8cc_source.html#l00215">EOB_ACT_CONTINUE_SCAN</a>, <a class="el" href="scanner_8cc_source.html#l00216">EOB_ACT_END_OF_FILE</a>, <a class="el" href="scanner_8cc_source.html#l00217">EOB_ACT_LAST_MATCH</a>, <a class="el" href="FlexLexer_8h_source.html#l00172">yy_c_buf_p</a>, <a class="el" href="scanner_8cc_source.html#l00334">YY_CURRENT_BUFFER_LVALUE</a>, <a class="el" href="FlexLexer_8h_source.html#l00179">yy_did_buffer_switch_on_eof</a>, <a class="el" href="scanner_8cc_source.html#l00190">YY_END_OF_BUFFER_CHAR</a>, <a class="el" href="scanner_8cc_source.html#l01097">yy_get_next_buffer()</a>, <a class="el" href="FlexLexer_8h_source.html#l00166">yy_hold_char</a>, <a class="el" href="FlexLexer_8h_source.html#l00169">yy_n_chars</a>, <a class="el" href="scanner_8cc_source.html#l00188">YY_NEW_FILE</a>, <a class="el" href="FlexLexer_8h_source.html#l00162">yyin</a>, <a class="el" href="scanner_8cc_source.html#l01428">yyrestart()</a>, <a class="el" href="scanner_8cc_source.html#l00380">yytext_ptr</a>, and <a class="el" href="scanner_8cc_source.html#l01948">yywrap()</a>.</p>

</div>
</div><p>
<a class="anchor" name="52dace47f333320dfb4ffb21f8c6e474"></a><!-- doxytag: member="ExampleFlexLexer::yylex" ref="52dace47f333320dfb4ffb21f8c6e474" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int ExampleFlexLexer::yylex           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The main scanner function which does all the work.
<p>

<p>Implements <a class="el" href="classFlexLexer.html#1b1f93d24f5a97f50eb1747fac568ccb">FlexLexer</a>.</p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l00673">673</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="parser_8h_source.html#l00148">example::Parser::token::DOUBLE</a>, <a class="el" href="scanner_8cc_source.html#l00588">ECHO</a>, <a class="el" href="scanner_8cc_source.html#l00215">EOB_ACT_CONTINUE_SCAN</a>, <a class="el" href="scanner_8cc_source.html#l00216">EOB_ACT_END_OF_FILE</a>, <a class="el" href="scanner_8cc_source.html#l00217">EOB_ACT_LAST_MATCH</a>, <a class="el" href="parser_8h_source.html#l00146">example::Parser::token::EOL</a>, <a class="el" href="scanner_8cc_source.html#l00525">INITIAL</a>, <a class="el" href="parser_8h_source.html#l00147">example::Parser::token::INTEGER</a>, <a class="el" href="parser_8h_source.html#l00149">example::Parser::token::STRING</a>, <a class="el" href="scanner_8cc_source.html#l00409">yy_accept</a>, <a class="el" href="scanner_8cc_source.html#l00452">yy_base</a>, <a class="el" href="scanner_8cc_source.html#l00662">YY_BREAK</a>, <a class="el" href="scanner_8cc_source.html#l00194">YY_BUF_SIZE</a>, <a class="el" href="scanner_8cc_source.html#l00295">YY_BUFFER_NEW</a>, <a class="el" href="scanner_8cc_source.html#l00296">YY_BUFFER_NORMAL</a>, <a class="el" href="scanner_8cc_source.html#l00471">yy_chk</a>, <a class="el" href="scanner_8cc_source.html#l00327">YY_CURRENT_BUFFER</a>, <a class="el" href="scanner_8cc_source.html#l00334">YY_CURRENT_BUFFER_LVALUE</a>, <a class="el" href="scanner_8cc_source.html#l00458">yy_def</a>, <a class="el" href="scanner_8cc_source.html#l00390">YY_DO_BEFORE_ACTION</a>, <a class="el" href="scanner_8cc_source.html#l00415">yy_ec</a>, <a class="el" href="scanner_8cc_source.html#l00401">YY_END_OF_BUFFER</a>, <a class="el" href="scanner_8cc_source.html#l00624">YY_FATAL_ERROR</a>, <a class="el" href="scanner_8cc_source.html#l00447">yy_meta</a>, <a class="el" href="scanner_8cc_source.html#l00488">YY_MORE_ADJ</a>, <a class="el" href="scanner_8cc_source.html#l00188">YY_NEW_FILE</a>, <a class="el" href="scanner_8cc_source.html#l00464">yy_nxt</a>, <a class="el" href="scanner_8cc_source.html#l00489">YY_RESTORE_YY_MORE_OFFSET</a>, <a class="el" href="scanner_8cc_source.html#l00478">yy_rule_linenum</a>, <a class="el" href="scanner_8cc_source.html#l00666">YY_RULE_SETUP</a>, <a class="el" href="scanner_8cc_source.html#l00161">YY_SC_TO_UI</a>, <a class="el" href="scanner_8cc_source.html#l00181">YY_START</a>, <a class="el" href="scanner_8cc_source.html#l00185">YY_STATE_EOF</a>, <a class="el" href="scanner_8cc.html#1b5865350b5ca5c1d69f429c2a652953">yyleng</a>, <a class="el" href="scanner_8cc_source.html#l00505">yyterminate</a>, and <a class="el" href="scanner_8cc_source.html#l00380">yytext_ptr</a>.</p>

</div>
</div><p>
<a class="anchor" name="a232302675249c926d2b98f9c5c63e04"></a><!-- doxytag: member="ExampleFlexLexer::yypop_buffer_state" ref="a232302675249c926d2b98f9c5c63e04" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yypop_buffer_state           </td>
          <td>(</td>
          <td class="paramtype">void&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Removes and deletes the top of the stack, if present.
<p>
The next element becomes the new top.
<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01671">1671</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="FlexLexer_8h_source.html#l00182">yy_buffer_stack_top</a>, <a class="el" href="scanner_8cc_source.html#l00327">YY_CURRENT_BUFFER</a>, <a class="el" href="scanner_8cc_source.html#l00334">YY_CURRENT_BUFFER_LVALUE</a>, <a class="el" href="classExampleFlexLexer.html#98dd947b9da7b4736cf84e0479c9fc39">yy_delete_buffer()</a>, <a class="el" href="FlexLexer_8h_source.html#l00179">yy_did_buffer_switch_on_eof</a>, and <a class="el" href="scanner_8cc_source.html#l01484">yy_load_buffer_state()</a>.</p>

</div>
</div><p>
<a class="anchor" name="e0f26bea0143b9c95db56dbf59baa148"></a><!-- doxytag: member="ExampleFlexLexer::yypush_buffer_state" ref="e0f26bea0143b9c95db56dbf59baa148" args="(struct yy_buffer_state *new_buffer)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yypush_buffer_state           </td>
          <td>(</td>
          <td class="paramtype">struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a> *&nbsp;</td>
          <td class="paramname"> <em>new_buffer</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="9efe8d0b2341c93a9bf8220534bbde39"></a><!-- doxytag: member="ExampleFlexLexer::yyrestart" ref="9efe8d0b2341c93a9bf8220534bbde39" args="(std::istream *s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yyrestart           </td>
          <td>(</td>
          <td class="paramtype">std::istream *&nbsp;</td>
          <td class="paramname"> <em>input_file</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Immediately switch to a different input stream.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>input_file</em>&nbsp;</td><td>A readable stream.</td></tr>
  </table>
</dl>
<dl class="note" compact><dt><b>Note:</b></dt><dd>This function does not reset the start condition to <code>INITIAL</code> . </dd></dl>

<p>Implements <a class="el" href="classFlexLexer.html#4c447faae89a4b4b0397bd398c74a167">FlexLexer</a>.</p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01428">1428</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>References <a class="el" href="scanner_8cc_source.html#l00194">YY_BUF_SIZE</a>, <a class="el" href="scanner_8cc_source.html#l01502">yy_create_buffer()</a>, <a class="el" href="scanner_8cc_source.html#l00327">YY_CURRENT_BUFFER</a>, <a class="el" href="scanner_8cc_source.html#l00334">YY_CURRENT_BUFFER_LVALUE</a>, <a class="el" href="classExampleFlexLexer.html#37616a3b1dea994754e899a3d4e4aae7">yy_init_buffer()</a>, <a class="el" href="scanner_8cc_source.html#l01484">yy_load_buffer_state()</a>, <a class="el" href="scanner_8cc_source.html#l01696">yyensure_buffer_stack()</a>, and <a class="el" href="FlexLexer_8h_source.html#l00162">yyin</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01097">yy_get_next_buffer()</a>, and <a class="el" href="scanner_8cc_source.html#l01348">yyinput()</a>.</p>

</div>
</div><p>
<a class="anchor" name="3fe684277071b38fd7e24dcd0311134a"></a><!-- doxytag: member="ExampleFlexLexer::yyunput" ref="3fe684277071b38fd7e24dcd0311134a" args="(int c, char *buf_ptr)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ExampleFlexLexer::yyunput           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>c</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&nbsp;</td>
          <td class="paramname"> <em>buf_ptr</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="c9b84056b4fb8057604f7d9e34f0ff34"></a><!-- doxytag: member="ExampleFlexLexer::yywrap" ref="c9b84056b4fb8057604f7d9e34f0ff34" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int ExampleFlexLexer::yywrap           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="scanner_8cc_source.html#l01948">1948</a> of file <a class="el" href="scanner_8cc_source.html">scanner.cc</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01348">yyinput()</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="1f610c0de0abf7b7ae1a50bad8f72cb0"></a><!-- doxytag: member="ExampleFlexLexer::yy_buffer_stack" ref="1f610c0de0abf7b7ae1a50bad8f72cb0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structyy__buffer__state.html">yy_buffer_state</a>** <a class="el" href="classExampleFlexLexer.html#1f610c0de0abf7b7ae1a50bad8f72cb0">ExampleFlexLexer::yy_buffer_stack</a><code> [read, protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Stack as an array.
<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00184">184</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, <a class="el" href="scanner_8cc_source.html#l01696">yyensure_buffer_stack()</a>, and <a class="el" href="scanner_8cc_source.html#l01027">~ExampleFlexLexer()</a>.</p>

</div>
</div><p>
<a class="anchor" name="f157bf13b09ff17c4300de35ef287ccd"></a><!-- doxytag: member="ExampleFlexLexer::yy_buffer_stack_max" ref="f157bf13b09ff17c4300de35ef287ccd" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t <a class="el" href="classExampleFlexLexer.html#f157bf13b09ff17c4300de35ef287ccd">ExampleFlexLexer::yy_buffer_stack_max</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
capacity of stack.
<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00183">183</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, and <a class="el" href="scanner_8cc_source.html#l01696">yyensure_buffer_stack()</a>.</p>

</div>
</div><p>
<a class="anchor" name="d30661105d1d83cc3ca0fc72abc37559"></a><!-- doxytag: member="ExampleFlexLexer::yy_buffer_stack_top" ref="d30661105d1d83cc3ca0fc72abc37559" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t <a class="el" href="classExampleFlexLexer.html#d30661105d1d83cc3ca0fc72abc37559">ExampleFlexLexer::yy_buffer_stack_top</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
index of top of stack.
<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00182">182</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, <a class="el" href="scanner_8cc_source.html#l01696">yyensure_buffer_stack()</a>, and <a class="el" href="scanner_8cc_source.html#l01671">yypop_buffer_state()</a>.</p>

</div>
</div><p>
<a class="anchor" name="b8f4260406de48bcbe4c02f7cf2250c2"></a><!-- doxytag: member="ExampleFlexLexer::yy_c_buf_p" ref="b8f4260406de48bcbe4c02f7cf2250c2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* <a class="el" href="classExampleFlexLexer.html#b8f4260406de48bcbe4c02f7cf2250c2">ExampleFlexLexer::yy_c_buf_p</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00172">172</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, <a class="el" href="scanner_8cc_source.html#l01097">yy_get_next_buffer()</a>, <a class="el" href="scanner_8cc_source.html#l01237">yy_get_previous_state()</a>, <a class="el" href="scanner_8cc_source.html#l01484">yy_load_buffer_state()</a>, <a class="el" href="scanner_8cc_source.html#l01275">yy_try_NUL_trans()</a>, and <a class="el" href="scanner_8cc_source.html#l01348">yyinput()</a>.</p>

</div>
</div><p>
<a class="anchor" name="badddb985d682a8dd0eacefe86841bb3"></a><!-- doxytag: member="ExampleFlexLexer::yy_did_buffer_switch_on_eof" ref="badddb985d682a8dd0eacefe86841bb3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#badddb985d682a8dd0eacefe86841bb3">ExampleFlexLexer::yy_did_buffer_switch_on_eof</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00179">179</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, <a class="el" href="scanner_8cc_source.html#l01348">yyinput()</a>, and <a class="el" href="scanner_8cc_source.html#l01671">yypop_buffer_state()</a>.</p>

</div>
</div><p>
<a class="anchor" name="81d5838b9bf334c950b344856c85cb0c"></a><!-- doxytag: member="ExampleFlexLexer::yy_full_lp" ref="81d5838b9bf334c950b344856c85cb0c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#81d5838b9bf334c950b344856c85cb0c">ExampleFlexLexer::yy_full_lp</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00198">198</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="6de631375bf915b306c03875d4ff625a"></a><!-- doxytag: member="ExampleFlexLexer::yy_full_match" ref="6de631375bf915b306c03875d4ff625a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* <a class="el" href="classExampleFlexLexer.html#6de631375bf915b306c03875d4ff625a">ExampleFlexLexer::yy_full_match</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00196">196</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="396901b201cbd54dee1d9e6d98f500fc"></a><!-- doxytag: member="ExampleFlexLexer::yy_full_state" ref="396901b201cbd54dee1d9e6d98f500fc" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int* <a class="el" href="classExampleFlexLexer.html#396901b201cbd54dee1d9e6d98f500fc">ExampleFlexLexer::yy_full_state</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00197">197</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="1969d114315ac9946be75cb9eb2fc948"></a><!-- doxytag: member="ExampleFlexLexer::yy_hold_char" ref="1969d114315ac9946be75cb9eb2fc948" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char <a class="el" href="classExampleFlexLexer.html#1969d114315ac9946be75cb9eb2fc948">ExampleFlexLexer::yy_hold_char</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00166">166</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01484">yy_load_buffer_state()</a>, and <a class="el" href="scanner_8cc_source.html#l01348">yyinput()</a>.</p>

</div>
</div><p>
<a class="anchor" name="ffe749781cde5d9a408b9a4a5ebc32ec"></a><!-- doxytag: member="ExampleFlexLexer::yy_init" ref="ffe749781cde5d9a408b9a4a5ebc32ec" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#ffe749781cde5d9a408b9a4a5ebc32ec">ExampleFlexLexer::yy_init</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00174">174</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>.</p>

</div>
</div><p>
<a class="anchor" name="70159f35b5486703f1d5d2625276a67c"></a><!-- doxytag: member="ExampleFlexLexer::yy_last_accepting_cpos" ref="70159f35b5486703f1d5d2625276a67c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* <a class="el" href="classExampleFlexLexer.html#70159f35b5486703f1d5d2625276a67c">ExampleFlexLexer::yy_last_accepting_cpos</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00191">191</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01237">yy_get_previous_state()</a>, and <a class="el" href="scanner_8cc_source.html#l01275">yy_try_NUL_trans()</a>.</p>

</div>
</div><p>
<a class="anchor" name="345d71fe69eb3af98c88304d1363c60b"></a><!-- doxytag: member="ExampleFlexLexer::yy_last_accepting_state" ref="345d71fe69eb3af98c88304d1363c60b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a> <a class="el" href="classExampleFlexLexer.html#345d71fe69eb3af98c88304d1363c60b">ExampleFlexLexer::yy_last_accepting_state</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00190">190</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01237">yy_get_previous_state()</a>, and <a class="el" href="scanner_8cc_source.html#l01275">yy_try_NUL_trans()</a>.</p>

</div>
</div><p>
<a class="anchor" name="f824a7cee481a10d34fe4fb9b3bc9be9"></a><!-- doxytag: member="ExampleFlexLexer::yy_looking_for_trail_begin" ref="f824a7cee481a10d34fe4fb9b3bc9be9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#f824a7cee481a10d34fe4fb9b3bc9be9">ExampleFlexLexer::yy_looking_for_trail_begin</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00201">201</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>.</p>

</div>
</div><p>
<a class="anchor" name="aa870cdeccf335d3322cfd7f0b6a9e4c"></a><!-- doxytag: member="ExampleFlexLexer::yy_lp" ref="aa870cdeccf335d3322cfd7f0b6a9e4c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#aa870cdeccf335d3322cfd7f0b6a9e4c">ExampleFlexLexer::yy_lp</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00200">200</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="74964b7e5fef01008c9a078b80fd94c7"></a><!-- doxytag: member="ExampleFlexLexer::yy_more_flag" ref="74964b7e5fef01008c9a078b80fd94c7" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#74964b7e5fef01008c9a078b80fd94c7">ExampleFlexLexer::yy_more_flag</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00203">203</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>.</p>

</div>
</div><p>
<a class="anchor" name="100cd8bfaba0508937a9d52902ac1ccc"></a><!-- doxytag: member="ExampleFlexLexer::yy_more_len" ref="100cd8bfaba0508937a9d52902ac1ccc" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#100cd8bfaba0508937a9d52902ac1ccc">ExampleFlexLexer::yy_more_len</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00204">204</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>.</p>

</div>
</div><p>
<a class="anchor" name="7a80054caab9dd26e9f5a844bc62ed0a"></a><!-- doxytag: member="ExampleFlexLexer::yy_more_offset" ref="7a80054caab9dd26e9f5a844bc62ed0a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#7a80054caab9dd26e9f5a844bc62ed0a">ExampleFlexLexer::yy_more_offset</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00205">205</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>.</p>

</div>
</div><p>
<a class="anchor" name="f5d728f589fa1a021d6664fde0036af2"></a><!-- doxytag: member="ExampleFlexLexer::yy_n_chars" ref="f5d728f589fa1a021d6664fde0036af2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#f5d728f589fa1a021d6664fde0036af2">ExampleFlexLexer::yy_n_chars</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00169">169</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l01097">yy_get_next_buffer()</a>, <a class="el" href="scanner_8cc_source.html#l01484">yy_load_buffer_state()</a>, and <a class="el" href="scanner_8cc_source.html#l01348">yyinput()</a>.</p>

</div>
</div><p>
<a class="anchor" name="3ce3d8c86eef5bfa37c9bf067e360ccf"></a><!-- doxytag: member="ExampleFlexLexer::yy_prev_more_offset" ref="3ce3d8c86eef5bfa37c9bf067e360ccf" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#3ce3d8c86eef5bfa37c9bf067e360ccf">ExampleFlexLexer::yy_prev_more_offset</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00206">206</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>.</p>

</div>
</div><p>
<a class="anchor" name="03a661dee9e518732f7cedb3ac1c1a68"></a><!-- doxytag: member="ExampleFlexLexer::yy_start" ref="03a661dee9e518732f7cedb3ac1c1a68" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#03a661dee9e518732f7cedb3ac1c1a68">ExampleFlexLexer::yy_start</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00175">175</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, and <a class="el" href="scanner_8cc_source.html#l01237">yy_get_previous_state()</a>.</p>

</div>
</div><p>
<a class="anchor" name="49d7d96c90756296e1591fe21fa8c9df"></a><!-- doxytag: member="ExampleFlexLexer::yy_start_stack" ref="49d7d96c90756296e1591fe21fa8c9df" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int* <a class="el" href="classExampleFlexLexer.html#49d7d96c90756296e1591fe21fa8c9df">ExampleFlexLexer::yy_start_stack</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00152">152</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, <a class="el" href="scanner_8cc_source.html#l01781">yy_pop_state()</a>, <a class="el" href="scanner_8cc_source.html#l01753">yy_push_state()</a>, <a class="el" href="scanner_8cc_source.html#l01793">yy_top_state()</a>, and <a class="el" href="scanner_8cc_source.html#l01027">~ExampleFlexLexer()</a>.</p>

</div>
</div><p>
<a class="anchor" name="76ec0c16f39b1fe3962532fe90e149f4"></a><!-- doxytag: member="ExampleFlexLexer::yy_start_stack_depth" ref="76ec0c16f39b1fe3962532fe90e149f4" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#76ec0c16f39b1fe3962532fe90e149f4">ExampleFlexLexer::yy_start_stack_depth</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00151">151</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, and <a class="el" href="scanner_8cc_source.html#l01753">yy_push_state()</a>.</p>

</div>
</div><p>
<a class="anchor" name="383b30396dbb7029d7e3e81a0d694aaf"></a><!-- doxytag: member="ExampleFlexLexer::yy_start_stack_ptr" ref="383b30396dbb7029d7e3e81a0d694aaf" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classExampleFlexLexer.html#383b30396dbb7029d7e3e81a0d694aaf">ExampleFlexLexer::yy_start_stack_ptr</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00150">150</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, <a class="el" href="scanner_8cc_source.html#l01781">yy_pop_state()</a>, <a class="el" href="scanner_8cc_source.html#l01753">yy_push_state()</a>, and <a class="el" href="scanner_8cc_source.html#l01793">yy_top_state()</a>.</p>

</div>
</div><p>
<a class="anchor" name="f546c8162f3d60cb65bd1143bc7ff0a5"></a><!-- doxytag: member="ExampleFlexLexer::yy_state_buf" ref="f546c8162f3d60cb65bd1143bc7ff0a5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a>* <a class="el" href="classExampleFlexLexer.html#f546c8162f3d60cb65bd1143bc7ff0a5">ExampleFlexLexer::yy_state_buf</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00193">193</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, and <a class="el" href="scanner_8cc_source.html#l01027">~ExampleFlexLexer()</a>.</p>

</div>
</div><p>
<a class="anchor" name="c6e22e9d3a7809549a38f50a6fa940a6"></a><!-- doxytag: member="ExampleFlexLexer::yy_state_ptr" ref="c6e22e9d3a7809549a38f50a6fa940a6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="FlexLexer_8h.html#9ba7c416f135b0f0c1f4addded4616b5">yy_state_type</a>* <a class="el" href="classExampleFlexLexer.html#c6e22e9d3a7809549a38f50a6fa940a6">ExampleFlexLexer::yy_state_ptr</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00194">194</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7cff7ddb59e7f36acca43f3175ecee2e"></a><!-- doxytag: member="ExampleFlexLexer::yyin" ref="7cff7ddb59e7f36acca43f3175ecee2e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std:: istream* <a class="el" href="classExampleFlexLexer.html#7cff7ddb59e7f36acca43f3175ecee2e">ExampleFlexLexer::yyin</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00162">162</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, <a class="el" href="scanner_8cc_source.html#l01097">yy_get_next_buffer()</a>, <a class="el" href="scanner_8cc_source.html#l01484">yy_load_buffer_state()</a>, <a class="el" href="scanner_8cc_source.html#l01348">yyinput()</a>, and <a class="el" href="scanner_8cc_source.html#l01428">yyrestart()</a>.</p>

</div>
</div><p>
<a class="anchor" name="aef7b5f8cb8091ff111090a948830353"></a><!-- doxytag: member="ExampleFlexLexer::yyout" ref="aef7b5f8cb8091ff111090a948830353" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std:: ostream* <a class="el" href="classExampleFlexLexer.html#aef7b5f8cb8091ff111090a948830353">ExampleFlexLexer::yyout</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="FlexLexer_8h_source.html#l00163">163</a> of file <a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a>.</p>

<p>Referenced by <a class="el" href="scanner_8cc_source.html#l00997">ExampleFlexLexer()</a>, <a class="el" href="scanner_8cc_source.html#l01079">LexerOutput()</a>, and <a class="el" href="scanner_8cc_source.html#l01037">switch_streams()</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li>src/<a class="el" href="FlexLexer_8h_source.html">FlexLexer.h</a><li>src/<a class="el" href="scanner_8cc_source.html">scanner.cc</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Sep 5 10:26:25 2009 for Flex Bison C++ Example by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>
RSS 2.0 Weblog Feed Atom 1.0 Weblog Feed Valid XHTML 1.1 Valid CSS (2.1)