parser namespace
Classes
- struct Citation
- class TemplateParseException
- Exception thrown when citation parsing fails.
Functions
Function documentation
std::vector<Citation> PARSER_EXPORT parser:: parse(const std::string& text)
#include <parser/parser.h>
std::vector<Citation> PARSER_EXPORT parser:: parse(const std::string& text,
bool(*)(const std::string&) predicate)
#include <parser/parser.h>