Public Member Functions | Static Public Attributes | Protected Attributes
ngraph::AttributeAdapter< std::shared_ptr< Node > > Class Reference

Visits a reference to a node that has been registered with the visitor. More...

#include <node.hpp>

Inheritance diagram for ngraph::AttributeAdapter< std::shared_ptr< Node > >:
Inheritance graph
[legend]
Collaboration diagram for ngraph::AttributeAdapter< std::shared_ptr< Node > >:
Collaboration graph
[legend]

Public Member Functions

 AttributeAdapter (std::shared_ptr< Node > &value)
 
bool visit_attributes (AttributeVisitor &visitor) override
 
const DiscreteTypeInfoget_type_info () const override
 type info enables identification of the value accessor, as well as is_type and as_type.
 
- Public Member Functions inherited from ngraph::VisitorAdapter
virtual bool visit_attributes (AttributeVisitor &visitor)=0
 

Static Public Attributes

static constexpr DiscreteTypeInfo type_info {"AttributeAdapter<std::shared_ptr<Node>>", 0}
 

Protected Attributes

std::shared_ptr< Node > & m_ref
 

Detailed Description

Visits a reference to a node that has been registered with the visitor.


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