Class ov::EnumAttributeAdapterBase

template<typename AT>
class EnumAttributeAdapterBase : public ov::ValueAccessor<std::string>

Access an enum via a string.

Template Parameters

AT – The attribute type enum class

Public Functions

inline virtual const std::string &get() override

Returns the value.

inline virtual void set(const std::string &value) override

Sets the value.