style-properties-container More...
#include <StyleProperties.hpp>
Public Member Functions | |
auto | operator== (const StyleProperties &other) const noexcept -> bool |
Public Attributes | |
std::string | name {} |
name of the style More... | |
std::unordered_set< std::string > | requiredFields {} |
all the required fields More... | |
std::unordered_set< std::string > | optionalFields {} |
all the optional fields More... | |
style-properties-container
Stores information of a styles properties
Definition at line 11 of file StyleProperties.hpp.
|
noexcept |
Equality-Operator for two style-properties
other | style-properties to compare with |
Definition at line 8 of file StyleProperties.cpp.
References name.
std::string StyleProperties::name {} |
name of the style
Definition at line 12 of file StyleProperties.hpp.
Referenced by TranslationTable::stylePropertiesOf().
std::unordered_set<std::string> StyleProperties::optionalFields {} |
all the optional fields
Definition at line 14 of file StyleProperties.hpp.
std::unordered_set<std::string> StyleProperties::requiredFields {} |
all the required fields
Definition at line 13 of file StyleProperties.hpp.