1 #ifndef EPT_DEBTAGS_DEBDBPARSER_H 2 #define EPT_DEBTAGS_DEBDBPARSER_H 26 #include <tagcoll/input/base.h> 55 tagcoll::input::Input&
in;
61 int eatSpacesAndEmptyLines();
64 std::string getFieldName();
71 void appendFieldBody(std::string& body);
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(); }
83 bool nextRecord(Record& rec);
-*- C++ -*- (c) 2006, 2007 Petr Rockai me@mornfall.net
Definition: apt.cc:43