ONE - On-device Neural Engine
Loading...
Searching...
No Matches
coco::ElemID Class Referencefinal

#include <ElemID.h>

Public Member Functions

 ElemID ()
 
 ElemID (uint32_t value)
 
uint32_t value (void) const
 

Detailed Description

Definition at line 25 of file ElemID.h.

Constructor & Destructor Documentation

◆ ElemID() [1/2]

coco::ElemID::ElemID ( )
inline

Definition at line 28 of file ElemID.h.

28 : _value{0xffffffff}
29 {
30 // DO NOTHING
31 }

◆ ElemID() [2/2]

coco::ElemID::ElemID ( uint32_t  value)
inlineexplicit

Definition at line 34 of file ElemID.h.

34 : _value{value}
35 {
36 // DO NOTHING
37 }
uint32_t value(void) const
Definition ElemID.h:40

Member Function Documentation

◆ value()

uint32_t coco::ElemID::value ( void  ) const
inline

Definition at line 40 of file ElemID.h.

40{ return _value; }

Referenced by coco::operator<(), and coco::operator==().


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