ONE - On-device Neural Engine
Loading...
Searching...
No Matches
locoex::COpAttrData Struct Reference

Struct that holds attr type. More...

#include <COpAttrTypes.h>

Public Member Functions

virtual ~COpAttrData ()=default
 
COpAttrType type () const
 
void type (COpAttrType attr_type)
 

Protected Member Functions

 COpAttrData (COpAttrType attr_type)
 

Detailed Description

Struct that holds attr type.

Definition at line 39 of file COpAttrTypes.h.

Constructor & Destructor Documentation

◆ COpAttrData()

locoex::COpAttrData::COpAttrData ( COpAttrType  attr_type)
inlineprotected

Definition at line 42 of file COpAttrTypes.h.

42: _type(attr_type) {}

◆ ~COpAttrData()

virtual locoex::COpAttrData::~COpAttrData ( )
virtualdefault

Member Function Documentation

◆ type() [1/2]

COpAttrType locoex::COpAttrData::type ( ) const
inline

Definition at line 48 of file COpAttrTypes.h.

48{ return _type; }

◆ type() [2/2]

void locoex::COpAttrData::type ( COpAttrType  attr_type)
inline

Definition at line 49 of file COpAttrTypes.h.

49{ _type = attr_type; }

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