|
The SWORD Project
1.9.0.svnversion
|
#include <rawverse4.h>
Inheritance diagram for RawVerse4:
Collaboration diagram for RawVerse4:Public Member Functions | |
| void | findOffset (char testmt, long idxoff, long *start, unsigned long *end) const |
| RawVerse4 (const char *ipath, int fileMode=-1) | |
| void | readText (char testmt, long start, unsigned long size, SWBuf &buf) const |
| virtual | ~RawVerse4 () |
Static Public Member Functions | |
| static char | createModule (const char *path, const char *v11n="KJV") |
Static Public Attributes | |
| static const char | nl = '\n' |
Protected Member Functions | |
| void | doLinkEntry (char testmt, long destidxoff, long srcidxoff) |
| void | doSetText (char testmt, long idxoff, const char *buf, long len=-1) |
Protected Attributes | |
| FileDesc * | idxfp [2] |
| char * | path |
| FileDesc * | textfp [2] |
Static Private Attributes | |
| static int | instance = 0 |
Definition at line 37 of file rawverse4.h.
| RawVerse4::RawVerse4 | ( | const char * | ipath, |
| int | fileMode = -1 |
||
| ) |
Definition at line 60 of file rawverse4.cpp.
|
virtual |
Definition at line 94 of file rawverse4.cpp.
Definition at line 249 of file rawverse4.cpp.
|
protected |
Definition at line 220 of file rawverse4.cpp.
|
protected |
Definition at line 179 of file rawverse4.cpp.
| void RawVerse4::findOffset | ( | char | testmt, |
| long | idxoff, | ||
| long * | start, | ||
| unsigned long * | end | ||
| ) | const |
| void RawVerse4::readText | ( | char | testmt, |
| long | start, | ||
| unsigned long | size, | ||
| SWBuf & | buf | ||
| ) | const |
Definition at line 155 of file rawverse4.cpp.
|
protected |
Definition at line 43 of file rawverse4.h.
|
staticprivate |
Definition at line 40 of file rawverse4.h.
|
static |
Definition at line 51 of file rawverse4.h.
|
protected |
Definition at line 46 of file rawverse4.h.
|
protected |
Definition at line 44 of file rawverse4.h.