#include <queue>
#include "bibtool.h"
Go to the source code of this file.
Namespaces | |
| namespace | std |
Functions | |
| void | processCommandLine (Bibtool &, int, char **, bool &, queue< string > &) |
| void | createIndex (Bibtool &) |
| int | main (int argc, char *argv[]) |
|
|
Definition at line 80 of file prog3.cpp. References Bibtool::endOfFile(), Bibtool::getType(), and Bibtool::processEntry(). Referenced by main(). |
|
||||||||||||
|
||||||||||||||||||||||||
|
Definition at line 92 of file prog3.cpp. References Bibtool::lst_authorFN, Bibtool::lst_titleFN, Bibtool::ndx_authorFN, Bibtool::ndx_titleFN, Bibtool::outFileName, Bibtool::outFileNameBibs, Bibtool::printHelp(), Bibtool::schLstFileName, and Bibtool::schLstFileOut. Referenced by main(). |
1.3-rc1