Go to the documentation of this file. 1 #ifndef EPT_DEBTAGS_COLL_TEXTFORMAT_H
2 #define EPT_DEBTAGS_COLL_TEXTFORMAT_H
36 namespace textformat {
50 int parseElement(FILE* in,
const std::string& pathname, std::string& item);
59 void parse(FILE* in,
const std::string& pathname,
Fast& out);
String functions.
Definition: apt.cc:38
Serialize and deserialize a tagged collection to a text file.
Definition: packagerecord-test.cc:4
int parseElement(FILE *in, const std::string &pathname, string &item)
Definition: TextFormat.cc:47
void parse(FILE *in, const std::string &pathname, Fast &out)
Definition: TextFormat.cc:168