Access an enum via a string. More...
#include <attribute_adapter.hpp>


Public Member Functions | |
| EnumAttributeAdapterBase (AT &value) | |
| const std::string & | get () override |
| Returns the value. | |
| void | set (const std::string &value) override |
| Sets the value. | |
| operator AT & () | |
Protected Attributes | |
| AT & | m_ref |
Access an enum via a string.
| AT | The attribute type enum class |