Field-Container. More...
#include <Field.hpp>
Public Member Functions | |
auto | operator== (const Field &other) const noexcept -> bool |
Public Attributes | |
std::string | name |
the name of the Field More... | |
std::string | value |
the value of the Field More... | |
Field-Container.
Stores information of a Field of a bib-element
|
noexcept |
std::string Field::name |
the name of the Field
Definition at line 12 of file Field.hpp.
Referenced by BibElement::isCompliantTo(), and AbstractGenerator::sortedFields().
std::string Field::value |
the value of the Field
Definition at line 13 of file Field.hpp.
Referenced by HtmlGenerator::appendCard(), and Parser::sortElements().