Public Member Functions
ngraph::ValueAccessor< void > Class Referenceabstract

ValueAccessor<void> provides an accessor for values that do not have get/set methonds via AttributeVistor.on_adapter. More...

#include <attribute_adapter.hpp>

Inheritance diagram for ngraph::ValueAccessor< void >:
Inheritance graph
[legend]

Public Member Functions

virtual const DiscreteTypeInfo & get_type_info () const =0
 type info enables identification of the value accessor, as well as is_type and as_type.
 

Detailed Description

ValueAccessor<void> provides an accessor for values that do not have get/set methonds via AttributeVistor.on_adapter.

All ValueAccessors must be derived from ValueAccessor<void> so that an AttributeVisitor only needs to implement a subset of the on_adapter methods.


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