101 const PartiallySupportedKeywords<std::string>&
string_items,
102 const PartiallySupportedKeywords<int>&
int_items,
128 template <
typename T>
132 const std::size_t record_number,
133 const std::size_t item_number,
135 std::vector<ValidationError>&
errors)
const;
138 template <
typename T>
141 std::vector<ValidationError>&
errors)
const;
143 const UnsupportedKeywords m_keywords;
144 const PartiallySupportedKeywords<std::string> m_string_items;
145 const PartiallySupportedKeywords<int> m_int_items;
146 const PartiallySupportedKeywords<double> m_double_items;
147 const std::unordered_map<std::string, std::function<
void(
const DeckKeyword&
keyword, std::vector<ValidationError>&
errors)>> m_special_validation;
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242