libept
|
Functions | |
int | parseElement (FILE *in, const std::string &pathname, string &item) |
void | parse (FILE *in, const std::string &pathname, Fast &out) |
int | parseElement (FILE *in, const std::string &pathname, std::string &item) |
Parse an element from input. More... | |
void ept::debtags::coll::textformat::parse | ( | FILE * | in, |
const std::string & | pathname, | ||
Fast & | out | ||
) |
References ept::debtags::coll::Fast::insert(), and parseElement().
Referenced by ept::debtags::Debtags::load().
int ept::debtags::coll::textformat::parseElement | ( | FILE * | in, |
const std::string & | pathname, | ||
string & | item | ||
) |
Referenced by parse().
int ept::debtags::coll::textformat::parseElement | ( | FILE * | in, |
const std::string & | pathname, | ||
std::string & | item | ||
) |
Parse an element from input.
item | The item found on input |