12#ifndef ARCANE_UTILS_USERDATALIST_H
13#define ARCANE_UTILS_USERDATALIST_H
17#include "arcane/utils/IUserDataList.h"
37class ARCANE_UTILS_EXPORT UserDataList
Interface of a list that manages user data.
Interface for user data attached to another object.
Unicode character string.
virtual void clear()
Removes all user data.
virtual void removeData(const String &name, bool allow_null=false)
Removes the data associated with the name name.
virtual IUserData * data(const String &name, bool allow_null=false) const
Data associated with name.
virtual void setData(const String &name, IUserData *ud)
Sets the user data associated with the name name.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --