Access a string as a string. More...
#include <attribute_adapter.hpp>


Public Member Functions | |
| AttributeAdapter (std::string &value) | |
| const DiscreteTypeInfo & | get_type_info () const override |
Public Member Functions inherited from ngraph::DirectValueAccessor< std::string > | |
| DirectValueAccessor (std::string &ref) | |
| const std::string & | get () override |
| Returns the value. | |
| void | set (const std::string &value) override |
| Sets the value. | |
Static Public Attributes | |
| static constexpr DiscreteTypeInfo | type_info {"AttributeAdapter<string>", 0} |
Additional Inherited Members | |
Protected Attributes inherited from ngraph::DirectValueAccessor< std::string > | |
| std::string & | m_ref |
Access a string as a string.