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
src
ParserContext.cpp
Generated by
1.8.19