Public Member Functions | Static Public Attributes
ngraph::AttributeAdapter< std::vector< std::string > > Class Reference

Access a vector<string> More...

#include <attribute_adapter.hpp>

Inheritance diagram for ngraph::AttributeAdapter< std::vector< std::string > >:
Inheritance graph
[legend]
Collaboration diagram for ngraph::AttributeAdapter< std::vector< std::string > >:
Collaboration graph
[legend]

Public Member Functions

 AttributeAdapter (std::vector< std::string > &value)
 
const DiscreteTypeInfo & get_type_info () const override
 
- Public Member Functions inherited from ngraph::DirectValueAccessor< std::vector< std::string > >
 DirectValueAccessor (std::vector< std::string > &ref)
 
const std::vector< std::string > & get () override
 Returns the value.
 
void set (const std::vector< std::string > &value) override
 Sets the value.
 

Static Public Attributes

static constexpr DiscreteTypeInfo type_info {"AttributeAdapter<vector<string>>", 0}
 

Additional Inherited Members

- Protected Attributes inherited from ngraph::DirectValueAccessor< std::vector< std::string > >
std::vector< std::string > & m_ref
 

Detailed Description

Access a vector<string>


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