Block containing a list of indices with an offset.
More...
#include <arcane/core/BlockIndexList.h>
Block containing a list of indices with an offset.
- Warning
- Experimental API
Definition at line 36 of file BlockIndexList.h.
◆ BlockIndex()
| Arcane::BlockIndex::BlockIndex |
( |
const Int32 * | ptr, |
|
|
Int32 | value_offset, |
|
|
Int16 | size ) |
|
inlineprivate |
◆ operator[]()
| Int32 Arcane::BlockIndex::operator[] |
( |
Int32 | i | ) |
const |
|
inline |
◆ size()
| Int16 Arcane::BlockIndex::size |
( |
| ) |
const |
|
inline |
◆ valueOffset()
| Int32 Arcane::BlockIndex::valueOffset |
( |
| ) |
const |
|
inline |
◆ BlockIndexList
| friend class BlockIndexList |
|
friend |
◆ m_block_start
| const Int32* Arcane::BlockIndex::m_block_start = nullptr |
|
private |
◆ m_size
| Int16 Arcane::BlockIndex::m_size = 0 |
|
private |
◆ m_value_offset
| Int32 Arcane::BlockIndex::m_value_offset = 0 |
|
private |
◆ MAX_BLOCK_SIZE
| Int16 Arcane::BlockIndex::MAX_BLOCK_SIZE = 512 |
|
staticconstexpr |
The documentation for this class was generated from the following file: