#include <map.h>
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ iterator() [1/2]
tvm::runtime::MapNode::iterator::iterator |
( |
| ) |
|
|
inline |
◆ iterator() [2/2]
tvm::runtime::MapNode::iterator::iterator |
( |
uint64_t |
index, |
|
|
const MapNode * |
self |
|
) |
| |
|
inlineprotected |
◆ operator!=()
bool tvm::runtime::MapNode::iterator::operator!= |
( |
const iterator & |
other | ) |
const |
|
inline |
◆ operator*()
reference tvm::runtime::MapNode::iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++() [1/2]
Prefix self increment, e.g. ++iter.
◆ operator++() [2/2]
iterator tvm::runtime::MapNode::iterator::operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator--() [1/2]
Prefix self decrement, e.g. –iter.
◆ operator--() [2/2]
iterator tvm::runtime::MapNode::iterator::operator-- |
( |
int |
| ) |
|
|
inline |
◆ operator->()
◆ operator==()
bool tvm::runtime::MapNode::iterator::operator== |
( |
const iterator & |
other | ) |
const |
|
inline |
◆ DenseMapNode
◆ SmallMapNode
◆ index
uint64_t tvm::runtime::MapNode::iterator::index |
|
protected |
The position on the array.
◆ self
const MapNode* tvm::runtime::MapNode::iterator::self |
|
protected |
The container it points to.
The documentation for this class was generated from the following file:
- include/tvm/runtime/container/map.h