Public Member Functions | Protected Attributes
ngraph::EnumAttributeAdapterBase< AT > Class Template Reference

Access an enum via a string. More...

#include <attribute_adapter.hpp>

Inheritance diagram for ngraph::EnumAttributeAdapterBase< AT >:
Inheritance graph
[legend]
Collaboration diagram for ngraph::EnumAttributeAdapterBase< AT >:
Collaboration graph
[legend]

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
 

Detailed Description

template<typename AT>
class ngraph::EnumAttributeAdapterBase< AT >

Access an enum via a string.

Template Parameters
ATThe attribute type enum class

The documentation for this class was generated from the following file: