add value list support

This commit is contained in:
John
2023-06-03 10:45:08 +02:00
parent 5825975d48
commit 699f056381
4 changed files with 63 additions and 1 deletions
+4
View File
@@ -551,6 +551,10 @@ class ValueListDataField : public SingleDataField {
// @copydoc
void dump(bool prependFieldSeparator, OutputFormat outputFormat, ostream* output) const override;
/**
* @return the value=text assignments.
*/
const map<unsigned int, string>& getList() const { return m_values; }
protected:
// @copydoc