20#ifndef KEYWORD_LOCATION_HPP
21#define KEYWORD_LOCATION_HPP
43 std::string filename =
"<memory string>";
44 std::size_t lineno = 0;
48 keyword(std::move(kw)),
49 filename(std::move(fname)),
54 std::string format(
const std::string& msg_fmt)
const;
59 result.keyword =
"KW";
60 result.filename =
"test";
67 return keyword == data.keyword &&
68 filename == data.filename &&
69 lineno == data.lineno;
72 template<
class Serializer>
Definition: KeywordLocation.hpp:27
Class for (de-)serializing.
Definition: Serializer.hpp:84
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30