Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 39121eaa6e08c828e313b57261e3f286 > files > 351

antlr-C++-doc-2.7.7-15.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>ANTLR Support Libraries 2.7.1+: antlr/TokenWithIndex.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">ANTLR Support Libraries 2.7.1+</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li id="searchli">
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>antlr/TokenWithIndex.hpp</h1>  </div>
</div>
<div class="contents">
<a href="TokenWithIndex_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef INC_TokenWithIndex_hpp__</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define INC_TokenWithIndex_hpp__</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span>
<a name="l00004"></a>00004 <span class="comment">/* ANTLR Translator Generator</span>
<a name="l00005"></a>00005 <span class="comment"> * Project led by Terence Parr at http://www.jGuru.com</span>
<a name="l00006"></a>00006 <span class="comment"> * Software rights: http://www.antlr.org/license.html</span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> * $Id:$</span>
<a name="l00009"></a>00009 <span class="comment"> */</span>
<a name="l00010"></a>00010 
<a name="l00011"></a>00011 <span class="preprocessor">#include &lt;antlr/config.hpp&gt;</span>
<a name="l00012"></a>00012 <span class="preprocessor">#include &lt;antlr/CommonToken.hpp&gt;</span>
<a name="l00013"></a>00013 <span class="preprocessor">#include &lt;antlr/String.hpp&gt;</span>
<a name="l00014"></a>00014 
<a name="l00015"></a>00015 <span class="preprocessor">#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span><span class="keyword">namespace </span>antlr {
<a name="l00017"></a>00017 <span class="preprocessor">#endif</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span>
<a name="l00019"></a><a class="code" href="classTokenWithIndex.html">00019</a> <span class="keyword">class </span><a class="code" href="config_8hpp.html#ad583892c7af76867441115e41aa1ce52">ANTLR_API</a> <a class="code" href="classTokenWithIndex.html">TokenWithIndex</a> : <span class="keyword">public</span> <a class="code" href="config_8hpp.html#ad1e4025d0db4046e6e85a46c92b7ff77">ANTLR_USE_NAMESPACE</a>(antlr)<a class="code" href="classCommonToken.html">CommonToken</a> {
<a name="l00020"></a>00020 <span class="keyword">public</span>:
<a name="l00021"></a>00021    <span class="comment">// static size_t count;</span>
<a name="l00022"></a><a class="code" href="classTokenWithIndex.html#a96fbcf18051883547c614f1e7f574062">00022</a>    <a class="code" href="classTokenWithIndex.html">TokenWithIndex</a>() : <a class="code" href="classCommonToken.html">CommonToken</a>(), index(0)
<a name="l00023"></a>00023    {
<a name="l00024"></a>00024       <span class="comment">// std::cout &lt;&lt; __PRETTY_FUNCTION__ &lt;&lt; std::endl;</span>
<a name="l00025"></a>00025       <span class="comment">// count++;</span>
<a name="l00026"></a>00026    }
<a name="l00027"></a><a class="code" href="classTokenWithIndex.html#a31f5d87f27bbbf56776628f51406d6b8">00027</a>    <a class="code" href="classTokenWithIndex.html">TokenWithIndex</a>(<span class="keywordtype">int</span> t, <span class="keyword">const</span> <a class="code" href="config_8hpp.html#ad1e4025d0db4046e6e85a46c92b7ff77">ANTLR_USE_NAMESPACE</a>(std)<span class="keywordtype">string</span>&amp; txt)
<a name="l00028"></a>00028    : <a class="code" href="classCommonToken.html">CommonToken</a>(t,txt)
<a name="l00029"></a>00029    , index(0)
<a name="l00030"></a>00030    {
<a name="l00031"></a>00031       <span class="comment">// std::cout &lt;&lt; __PRETTY_FUNCTION__ &lt;&lt; std::endl;</span>
<a name="l00032"></a>00032       <span class="comment">// count++;</span>
<a name="l00033"></a>00033    }
<a name="l00034"></a><a class="code" href="classTokenWithIndex.html#aa695c8be7caccad8a3d80632bb2cf7ef">00034</a>    <a class="code" href="classTokenWithIndex.html">TokenWithIndex</a>(<span class="keyword">const</span> <a class="code" href="config_8hpp.html#ad1e4025d0db4046e6e85a46c92b7ff77">ANTLR_USE_NAMESPACE</a>(std)<span class="keywordtype">string</span>&amp; s)
<a name="l00035"></a>00035    : <a class="code" href="classCommonToken.html">CommonToken</a>(s)
<a name="l00036"></a>00036    , index(0)
<a name="l00037"></a>00037    {
<a name="l00038"></a>00038       <span class="comment">// std::cout &lt;&lt; __PRETTY_FUNCTION__ &lt;&lt; std::endl;</span>
<a name="l00039"></a>00039       <span class="comment">// count++;</span>
<a name="l00040"></a>00040    }
<a name="l00041"></a><a class="code" href="classTokenWithIndex.html#a4ac18a0407c4b9e47f06bb4fd648ba19">00041</a>    ~<a class="code" href="classTokenWithIndex.html">TokenWithIndex</a>()
<a name="l00042"></a>00042    {
<a name="l00043"></a>00043       <span class="comment">// count--;</span>
<a name="l00044"></a>00044    }
<a name="l00045"></a><a class="code" href="classTokenWithIndex.html#ab24fbc22d1ee0be66e02b821eeb32a6b">00045</a>    <span class="keywordtype">void</span> setIndex( <span class="keywordtype">size_t</span> idx )
<a name="l00046"></a>00046    {
<a name="l00047"></a>00047       index = idx;
<a name="l00048"></a>00048    }
<a name="l00049"></a><a class="code" href="classTokenWithIndex.html#a54b53062c5ff21c82f1f78b0630091f0">00049</a>    <span class="keywordtype">size_t</span> getIndex( <span class="keywordtype">void</span> )<span class="keyword"> const</span>
<a name="l00050"></a>00050 <span class="keyword">   </span>{
<a name="l00051"></a>00051       <span class="keywordflow">return</span> index;
<a name="l00052"></a>00052    }
<a name="l00053"></a>00053 
<a name="l00054"></a><a class="code" href="classTokenWithIndex.html#a6542451afed7c63f4a8168d5870929b6">00054</a>    <a class="code" href="config_8hpp.html#ad1e4025d0db4046e6e85a46c92b7ff77">ANTLR_USE_NAMESPACE</a>(std)string toString()<span class="keyword"> const</span>
<a name="l00055"></a>00055 <span class="keyword">   </span>{
<a name="l00056"></a>00056       <span class="keywordflow">return</span> <a class="code" href="config_8hpp.html#ad1e4025d0db4046e6e85a46c92b7ff77">ANTLR_USE_NAMESPACE</a>(std)string(<span class="stringliteral">&quot;[&quot;</span>)+
<a name="l00057"></a>00057          index+
<a name="l00058"></a>00058          <span class="stringliteral">&quot;:\&quot;&quot;</span>+
<a name="l00059"></a>00059          getText()+<span class="stringliteral">&quot;\&quot;,&lt;&quot;</span>+
<a name="l00060"></a>00060          getType()+<span class="stringliteral">&quot;&gt;,line=&quot;</span>+
<a name="l00061"></a>00061          getLine()+<span class="stringliteral">&quot;,column=&quot;</span>+
<a name="l00062"></a>00062          getColumn()+<span class="stringliteral">&quot;]&quot;</span>;
<a name="l00063"></a>00063    }
<a name="l00064"></a>00064 
<a name="l00065"></a><a class="code" href="classTokenWithIndex.html#a4ae0a8ad08915969f80d9e57a4e42882">00065</a>    <span class="keyword">static</span> <a class="code" href="classTokenRefCount.html">RefToken</a> factory()
<a name="l00066"></a>00066    {
<a name="l00067"></a>00067       <span class="keywordflow">return</span> <a class="code" href="TokenRefCount_8hpp.html#a90bf433b9f39606e6bf39757f6910ac7">RefToken</a>(<span class="keyword">new</span> <a class="code" href="classTokenWithIndex.html">TokenWithIndex</a>());
<a name="l00068"></a>00068    }
<a name="l00069"></a>00069 
<a name="l00070"></a>00070 <span class="keyword">protected</span>:
<a name="l00071"></a><a class="code" href="classTokenWithIndex.html#abcd86648b7afe40cdbfb7bd99c0f85a2">00071</a>    <span class="keywordtype">size_t</span> <a class="code" href="classTokenWithIndex.html#abcd86648b7afe40cdbfb7bd99c0f85a2">index</a>;
<a name="l00072"></a>00072 
<a name="l00073"></a>00073 <span class="keyword">private</span>:
<a name="l00074"></a>00074    <a class="code" href="classTokenWithIndex.html">TokenWithIndex</a>(<span class="keyword">const</span> <a class="code" href="classTokenWithIndex.html">TokenWithIndex</a>&amp;);
<a name="l00075"></a>00075    <span class="keyword">const</span> <a class="code" href="classTokenWithIndex.html">TokenWithIndex</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classTokenWithIndex.html">TokenWithIndex</a>&amp;);
<a name="l00076"></a>00076 };
<a name="l00077"></a>00077 
<a name="l00078"></a><a class="code" href="TokenWithIndex_8hpp.html#a18812783bd1ca621faaea865515ae662">00078</a> <span class="keyword">typedef</span> <a class="code" href="classTokenRefCount.html">TokenRefCount&lt;TokenWithIndex&gt;</a> <a class="code" href="TokenWithIndex_8hpp.html#a18812783bd1ca621faaea865515ae662">RefTokenWithIndex</a>;
<a name="l00079"></a>00079 
<a name="l00080"></a>00080 <span class="preprocessor">#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE</span>
<a name="l00081"></a>00081 <span class="preprocessor"></span>}
<a name="l00082"></a>00082 <span class="preprocessor">#endif</span>
<a name="l00083"></a>00083 <span class="preprocessor"></span>
<a name="l00084"></a>00084 <span class="preprocessor">#endif //INC_CommonToken_hpp__</span>
</pre></div></div>
</div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Defines</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<hr class="footer"/><address class="footer"><small>Generated on Fri Mar 25 2011 for ANTLR Support Libraries 2.7.1+ by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>