1 #ifndef EPT_DEBTAGS_DEBDBPARSER_H
2 #define EPT_DEBTAGS_DEBDBPARSER_H
26 #include <tagcoll/input/base.h>
55 tagcoll::input::Input&
in;
74 typedef std::map<std::string, std::string>
Record;
78 const std::string&
fileName()
const throw () {
return in.fileName(); }
79 int lineNumber()
const throw () {
return in.lineNumber(); }
Definition: debdbparser.h:31