1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3 <title>ohcount: /Users/andy/dev/ohcount/src/parser.h Source File</title>
4 <link href="tabs.css" rel="stylesheet" type="text/css">
5 <link href="doxygen.css" rel="stylesheet" type="text/css">
7 <!-- Generated by Doxygen 1.5.9 -->
8 <div class="navigation" id="top">
11 <li><a href="index.html"><span>Main Page</span></a></li>
12 <li><a href="pages.html"><span>Related Pages</span></a></li>
13 <li><a href="annotated.html"><span>Data Structures</span></a></li>
14 <li class="current"><a href="files.html"><span>Files</span></a></li>
19 <li><a href="files.html"><span>File List</span></a></li>
20 <li><a href="globals.html"><span>Globals</span></a></li>
23 <h1>/Users/andy/dev/ohcount/src/parser.h</h1><a href="parser_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// parser.h written by Mitchell Foral. mitchell<att>caladbolg.net.</span>
24 <a name="l00002"></a>00002 <span class="comment">// See COPYING for license information.</span>
25 <a name="l00003"></a>00003
26 <a name="l00004"></a>00004 <span class="preprocessor">#ifndef OHCOUNT_PARSER_H</span>
27 <a name="l00005"></a>00005 <span class="preprocessor"></span><span class="preprocessor">#define OHCOUNT_PARSER_H</span>
28 <a name="l00006"></a>00006 <span class="preprocessor"></span>
29 <a name="l00007"></a>00007 <span class="preprocessor">#include "<a class="code" href="sourcefile_8h.html">sourcefile.h</a>"</span>
30 <a name="l00008"></a>00008
31 <a name="l00298"></a>00298 <span class="keywordtype">int</span> <a class="code" href="parser_8h.html#acda938796750ee86c517ff486d1ca93">ohcount_parse</a>(<a class="code" href="structSourceFile.html" title="Represents a single source code file.">SourceFile</a> *sourcefile, <span class="keywordtype">int</span> count,
32 <a name="l00299"></a>00299 <span class="keywordtype">void</span> (*callback) (<span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">int</span>, <span class="keywordtype">int</span>,
33 <a name="l00300"></a>00300 <span class="keywordtype">void</span> *),
34 <a name="l00301"></a>00301 <span class="keywordtype">void</span> *userdata);
35 <a name="l00302"></a>00302
36 <a name="l00303"></a>00303 <span class="preprocessor">#endif</span>
38 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 28 15:20:08 2009 for ohcount by
39 <a href="http://www.doxygen.org/index.html">
40 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>