|
The SWORD Project
1.9.0.svnversion
|
#include <rawverse.h>
Inheritance diagram for RawVerse:
Collaboration diagram for RawVerse:Public Member Functions | |
| void | findOffset (char testmt, long idxoff, long *start, unsigned short *end) const |
| RawVerse (const char *ipath, int fileMode=-1) | |
| void | readText (char testmt, long start, unsigned short size, SWBuf &buf) const |
| virtual | ~RawVerse () |
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 36 of file rawverse.h.
| RawVerse::RawVerse | ( | const char * | ipath, |
| int | fileMode = -1 |
||
| ) |
Definition at line 59 of file rawverse.cpp.
|
virtual |
Definition at line 93 of file rawverse.cpp.
Definition at line 248 of file rawverse.cpp.
|
protected |
Definition at line 219 of file rawverse.cpp.
|
protected |
Definition at line 178 of file rawverse.cpp.
| void RawVerse::findOffset | ( | char | testmt, |
| long | idxoff, | ||
| long * | start, | ||
| unsigned short * | end | ||
| ) | const |
| void RawVerse::readText | ( | char | testmt, |
| long | start, | ||
| unsigned short | size, | ||
| SWBuf & | buf | ||
| ) | const |
Definition at line 154 of file rawverse.cpp.
|
protected |
Definition at line 42 of file rawverse.h.
|
staticprivate |
Definition at line 39 of file rawverse.h.
|
static |
Definition at line 50 of file rawverse.h.
|
protected |
Definition at line 45 of file rawverse.h.
|
protected |
Definition at line 43 of file rawverse.h.