Expose tagDataTypeString()

This commit is contained in:
Martchus 2023-07-29 15:57:15 +02:00
parent 8a6cffad95
commit 03f9698269
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ enum class TagDataType : unsigned int {
DateTimeExpression, /**< date time expression, see CppUtilities::DateTimeExpression */
};
TAG_PARSER_EXPORT std::string_view tagDataTypeString(TagDataType dataType);
/*!
* \brief The TagValueComparisionOption enum specifies options for TagValue::compareTo().
*/