libMVL
Mappable vector library
|
List of offsets partitioning the vector. First element is always 0, last element is vector size. More...
#include <libMVL.h>
Public Attributes | |
LIBMVL_OFFSET64 | size |
Space allocated for start and stop arrays. | |
LIBMVL_OFFSET64 | count |
extent has count valid elements | |
LIBMVL_OFFSET64 * | offset |
First extent element. | |
List of offsets partitioning the vector. First element is always 0, last element is vector size.
These are very convenient to describe vector stretches with some properties. Also see description of LIBMVL_PACKED_LIST64.