btool
A parser/converter/transpiler for .bib files
ParserContext.cpp
Go to the documentation of this file.
1 #include <ParserContext.hpp>
2 #include <utility>
3 
8 ParserContext::ParserContext(std::string filename) : filename{std::move(filename)} {}
ParserContext.hpp
ParserContext::ParserContext
ParserContext(std::string filename)
Definition: ParserContext.cpp:8
ParserContext::filename
std::string filename
the filename of the currently parsed-file
Definition: ParserContext.hpp:11