added access on tag_name and tag_value

This commit is contained in:
2025-08-23 14:37:36 +02:00
parent 769ad2b002
commit 3a5fbad33e
14 changed files with 89 additions and 32 deletions

View File

@@ -21,7 +21,7 @@
* @brief A XQMaptor implementation for pointers to to data entries.
*/
template<class T>
template<typename T>
class XQPtrMaptor : public XQMaptor<T*>
{