|
The SWORD Project
1.9.0.svnversion
|
#include <ctype.h>#include <stdio.h>#include <errno.h>#include <stdlib.h>#include <entriesblk.h>#include <iostream>#include <treekeyidx.h>#include <rawgenbook.h>#include <utilstr.h>#include <filemgr.h>#include <utf8greekaccents.h>#include <stringmgr.h>
Include dependency graph for imp2gbs.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | parseParams (int argc, char **argv) |
| void | usage (const char *app) |
| void | writeEntry (SWModule *book, SWBuf keyBuffer, SWBuf entBuffer) |
Variables | |
| bool | augEnt = true |
| bool | augMod = false |
| UTF8GreekAccents | greekAccentsFilter |
| bool | greekFilter = false |
| SWBuf | inFile |
| int | lexLevels = 0 |
| SWBuf | outPath |
| bool | toUpper = false |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 222 of file imp2gbs.cpp.
| void parseParams | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 80 of file imp2gbs.cpp.
| void usage | ( | const char * | app | ) |
Definition at line 65 of file imp2gbs.cpp.
Definition at line 131 of file imp2gbs.cpp.
| bool augEnt = true |
Definition at line 60 of file imp2gbs.cpp.
| bool augMod = false |
Definition at line 59 of file imp2gbs.cpp.
| UTF8GreekAccents greekAccentsFilter |
Definition at line 62 of file imp2gbs.cpp.
| bool greekFilter = false |
Definition at line 58 of file imp2gbs.cpp.
| SWBuf inFile |
Definition at line 56 of file imp2gbs.cpp.
| int lexLevels = 0 |
Definition at line 61 of file imp2gbs.cpp.
| SWBuf outPath |
Definition at line 55 of file imp2gbs.cpp.
| bool toUpper = false |
Definition at line 57 of file imp2gbs.cpp.