#include <SparseArray.h>
Definition at line 30 of file SparseArray.h.
Public Member Functions | |
| Block (size_t offset=0, size_t size=0) | |
Public Attributes | |
| size_t | offset_ |
| size_t | size_ |
| _Type * | data_ |
Classes | |
| struct | BlockCompare |
| SparseArray< _Type >::Block::Block | ( | size_t | offset = 0, |
|
| size_t | size = 0 | |||
| ) | [inline] |
Definition at line 36 of file SparseArray.h.
References SparseArray< _Type >::Block::data_, and SparseArray< _Type >::size().
| size_t SparseArray< _Type >::Block::offset_ |
Definition at line 32 of file SparseArray.h.
Referenced by SparseArray< _Type >::Block::BlockCompare::operator()().
| size_t SparseArray< _Type >::Block::size_ |
Definition at line 33 of file SparseArray.h.
| _Type* SparseArray< _Type >::Block::data_ |
1.5.1