ONE - On-device Neural Engine
|
A BlockIndex denotes the index of a block in a block list. More...
#include <BlockIndex.h>
Public Member Functions | |
BlockIndex () | |
BlockIndex (uint32_t value) | |
bool | valid (void) const |
uint32_t | value (void) const |
void | set (uint32_t value) |
void | reset (void) |
A BlockIndex denotes the index of a block in a block list.
Definition at line 28 of file BlockIndex.h.
|
inline |
Definition at line 34 of file BlockIndex.h.
|
inline |
Definition at line 40 of file BlockIndex.h.
|
inline |
Definition at line 50 of file BlockIndex.h.
Referenced by coco::DLinkedList< Child, Parent >::leaving().
void coco::BlockIndex::set | ( | uint32_t | value | ) |
|
inline |
Definition at line 43 of file BlockIndex.h.
Referenced by coco::DLinkedList< Child, Parent >::joined(), and coco::DLinkedList< Child, Parent >::leaving().
|
inline |
Definition at line 46 of file BlockIndex.h.
Referenced by BlockIndex(), dump(), coco::DLinkedList< Child, Parent >::leaving(), and set().