Public Member Functions | Protected Attributes
ngraph::FactoryAttributeAdapter< BASE_TYPE > Class Template Reference
Inheritance diagram for ngraph::FactoryAttributeAdapter< BASE_TYPE >:
Inheritance graph
[legend]
Collaboration diagram for ngraph::FactoryAttributeAdapter< BASE_TYPE >:
Collaboration graph
[legend]

Public Member Functions

 FactoryAttributeAdapter (std::shared_ptr< BASE_TYPE > &ref)
 
virtual bool on_start (AttributeVisitor &)
 Hook for extra processing before other attributes.
 
virtual bool on_finish (AttributeVisitor &)
 Hook for extra processing after other attributes.
 
bool visit_attributes (AttributeVisitor &visitor) override
 
- Public Member Functions inherited from ngraph::VisitorAdapter
virtual bool visit_attributes (AttributeVisitor &visitor)=0
 
- Public Member Functions inherited from ngraph::ValueAccessor< void >
virtual const DiscreteTypeInfo & get_type_info () const =0
 type info enables identification of the value accessor, as well as is_type and as_type.
 

Protected Attributes

std::shared_ptr< BASE_TYPE > & m_ref
 

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