summaryrefslogtreecommitdiff
path: root/other/Kermit/doc/API_doc/html/SymbolFingp_8hpp-source.html
diff options
context:
space:
mode:
authorRoot THC2026-02-24 12:42:47 +0000
committerRoot THC2026-02-24 12:42:47 +0000
commitc9cbeced5b3f2bdd7407e29c0811e65954132540 (patch)
treeaefc355416b561111819de159ccbd86c3004cf88 /other/Kermit/doc/API_doc/html/SymbolFingp_8hpp-source.html
parent073fe4bf9fca6bf40cef2886d75df832ef4b6fca (diff)
initial
Diffstat (limited to 'other/Kermit/doc/API_doc/html/SymbolFingp_8hpp-source.html')
-rw-r--r--other/Kermit/doc/API_doc/html/SymbolFingp_8hpp-source.html75
1 files changed, 75 insertions, 0 deletions
diff --git a/other/Kermit/doc/API_doc/html/SymbolFingp_8hpp-source.html b/other/Kermit/doc/API_doc/html/SymbolFingp_8hpp-source.html
new file mode 100644
index 0000000..05b43a0
--- /dev/null
+++ b/other/Kermit/doc/API_doc/html/SymbolFingp_8hpp-source.html
@@ -0,0 +1,75 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>SymbolFingp.hpp Source File</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5</head><body bgcolor="#ffffff">
6<!-- Generated by Doxygen 1.2.9.1 -->
7<center>
8<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
9<hr><h1>SymbolFingp.hpp</h1><div class="fragment"><pre>00001 <font class="comment">/*</font>
1000002 <font class="comment"> * SymbolFingp.hpp:</font>
1100003 <font class="comment"> * some fingerprint</font>
1200004 <font class="comment"> * written by palmers / teso</font>
1300005 <font class="comment"> */</font>
1400006 <font class="preprocessor">#ifndef __SymbolFingp_H</font>
1500007 <font class="preprocessor"></font><font class="preprocessor">#define __SymbolFingp_H</font>
1600008 <font class="preprocessor"></font><font class="preprocessor">#include &lt;map&gt;</font>
1700009 <font class="preprocessor">#include &lt;fstream&gt;</font>
1800010 <font class="preprocessor">#include &lt;string&gt;</font>
1900011 <font class="preprocessor">#include &lt;iostream&gt;</font>
2000012
2100013 <font class="comment">/* default file to open */</font>
2200014 <font class="preprocessor">#define DEFAULT_FILE "SymbolFind.conf"</font>
2300015 <font class="preprocessor"></font>
2400016 <font class="comment">/* defines used for the type field in struct cell */</font>
2500017 <font class="preprocessor">#define WWCARD 1</font>
2600018 <font class="preprocessor"></font><font class="preprocessor">#define NOCARD 0</font>
2700019 <font class="preprocessor"></font>
2800020
2900021 <font class="keyword">struct </font>cell
3000022 {
3100023 <font class="keywordtype">unsigned</font> <font class="keywordtype">char</font> type;
3200024 <font class="keywordtype">unsigned</font> <font class="keywordtype">char</font> val;
3300025 };
3400026
3500027
3600028 <font class="keyword">struct </font>sfp
3700029 {
3800030 <font class="keywordtype">char</font> *name;
3900031 <font class="keywordtype">unsigned</font> <font class="keywordtype">long</font> start_addr;
4000032 <font class="keywordtype">unsigned</font> <font class="keywordtype">long</font> stop_addr;
4100033 <font class="keywordtype">long</font> offset;
4200034 <font class="keywordtype">unsigned</font> <font class="keywordtype">short</font> length;
4300035 <font class="keyword">struct </font>cell *fp;
4400036 };
4500037
4600038
47<a name="l00042"></a><a class="code" href="classSymbolFingp.html">00042</a> <font class="keyword">class </font><a class="code" href="classSymbolFingp.html">SymbolFingp</a>
4800043 {
4900044 <font class="keyword">private</font>:
5000045
5100046 <font class="keyword">typedef</font> map&lt;string, struct sfp&gt; FingerThing;
5200047 FingerThing Fingers;
5300048
5400049 <font class="keywordtype">void</font> readFingers (ifstream);
5500050 <font class="keywordtype">bool</font> addFinger (<font class="keyword">struct</font> sfp *);
5600051
5700052 <font class="keyword">public</font>:
5800053
5900057 <a class="code" href="classSymbolFingp.html#a0">SymbolFingp</a> ();
6000058
6100062 <a class="code" href="classSymbolFingp.html#a0">SymbolFingp</a> (string);
6200063
6300067 <a class="code" href="classSymbolFingp.html#a2">~SymbolFingp</a> ();
6400068
6500072 <font class="keyword">struct </font>sfp *getFinger (string);
6600073 };
6700074
6800075 <font class="preprocessor">#endif </font><font class="comment">/* __SymbolFingp_H */</font>
69</pre></div><hr><address><small>Generated at Tue Aug 14 18:04:51 2001 for Kermit by
70<a href="http://www.doxygen.org/index.html">
71<img src="doxygen.gif" alt="doxygen" align="middle" border=0
72width=110 height=53></a>1.2.9.1 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
73 &copy;&nbsp;1997-2001</small></address>
74</body>
75</html>