summaryrefslogtreecommitdiff
path: root/doc/api-documentation/html/rawverse.h-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api-documentation/html/rawverse.h-source.html')
-rw-r--r--doc/api-documentation/html/rawverse.h-source.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/doc/api-documentation/html/rawverse.h-source.html b/doc/api-documentation/html/rawverse.h-source.html
deleted file mode 100644
index 3f4c1f8..0000000
--- a/doc/api-documentation/html/rawverse.h-source.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><meta name="robots" content="noindex">
-<title>rawverse.h Source File</title>
-<link href="doxygen.css" rel="stylesheet" type="text/css">
-</head><body bgcolor="#ffffff">
-<!-- Generated by Doxygen 1.1.5 on Thu May 24 19:50:25 2001 -->
-<center>
-<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</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>
-<hr><h1>rawverse.h</h1><div class="fragment"><pre>00001 <font class="comment">/******************************************************************************
-</font>00002 <font class="comment"> * rawverse.h - code for class 'RawVerse'- a module that reads raw text
-</font>00003 <font class="comment"> * files: ot and nt using indexs ??.bks ??.cps ??.vss
-</font>00004 <font class="comment"> * and provides lookup and parsing functions based on
-</font>00005 <font class="comment"> * class VerseKey
-</font>00006 <font class="comment"> */</font>
-00007
-00008 <font class="preprocessor">#ifndef RAWVERSE_H
-</font>00009 <font class="preprocessor"></font><font class="preprocessor">#define RAWVERSE_H
-</font>00010 <font class="preprocessor"></font>
-00011 <font class="preprocessor">#include &lt;filemgr.h&gt;</font>
-00012 <font class="preprocessor">#include &lt;fcntl.h&gt;</font>
-00013
-00014 <font class="preprocessor">#include &lt;defs.h&gt;</font>
-00015
-00016 <font class="keyword">class </font>SWDLLEXPORT RawVerse
-00017 {
-00018 <font class="keyword">static</font> <font class="keywordtype">int</font> instance; <font class="comment">// number of instantiated RawVerse objects or derivitives</font>
-00019 FileDesc *idxfp[2];
-00020 FileDesc *textfp[2];
-00021
-00022 <font class="keyword">protected</font>:
-00023 <font class="keywordtype">char</font> *path;
-00024 <font class="keywordtype">void</font> preptext (<font class="keywordtype">char</font> *buf);
-00025 <font class="keywordtype">void</font> settext (<font class="keywordtype">char</font> testmt, <font class="keywordtype">long</font> idxoff, <font class="keyword">const</font> <font class="keywordtype">char</font> *buf);
-00026 <font class="keywordtype">void</font> linkentry (<font class="keywordtype">char</font> testmt, <font class="keywordtype">long</font> destidxoff, <font class="keywordtype">long</font> srcidxoff);
-00027
-00028 <font class="keyword">public</font>:
-00029 <font class="keywordtype">char</font> nl;
-00030 RawVerse (<font class="keyword">const</font> <font class="keywordtype">char</font> *ipath, <font class="keywordtype">int</font> fileMode = -1);
-00031 <font class="keyword">virtual</font> ~ RawVerse ();
-00032 <font class="keywordtype">void</font> findoffset (<font class="keywordtype">char</font> testmt, <font class="keywordtype">long</font> idxoff, <font class="keywordtype">long</font> *start,
-00033 <font class="keywordtype">unsigned</font> <font class="keywordtype">short</font> *end);
-00034 <font class="keywordtype">void</font> gettext (<font class="keywordtype">char</font> testmt, <font class="keywordtype">long</font> start, <font class="keywordtype">unsigned</font> <font class="keywordtype">short</font> size, <font class="keywordtype">char</font> *buf);
-00035 <font class="keyword">static</font> <font class="keywordtype">char</font> createModule (<font class="keyword">const</font> <font class="keywordtype">char</font> *path);
-00036 };
-00037
-00038
-00039 <font class="preprocessor">#endif
-</font></div></pre><hr><address><small>Generated at Thu May 24 19:50:25 2001 for The Sword Project by
-<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
-<img src="doxygen.gif" alt="doxygen" align=center border=0
-width=110 height=53></a>1.1.5 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
- &copy; 1997-2000</small></address>
-</body>
-</html>