libept
|
Serialize and deserialize a tagged collection to a text file. More...
#include <cstdio>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | ept |
String functions. | |
namespace | ept::debtags |
namespace | ept::debtags::coll |
namespace | ept::debtags::coll::textformat |
Functions | |
int | ept::debtags::coll::textformat::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) |
Serialize and deserialize a tagged collection to a text file.