HDK
|
#include <UN_Include.h>
Public Member Functions | |
UN_DataIndexSpan (UN_DataIndex start, UN_DataSize size) | |
Construct the data index span range object given. More... | |
UN_DataIndex | start () const |
Returns the first index in the range. More... | |
UN_DataSize | size () const |
Returns the number of indices in the range. More... | |
A range of contiguous data indices. Commonly used for copying blocks of data in the buffers.
Definition at line 206 of file UN_Include.h.
|
inlineexplicit |
Construct the data index span range object given.
Definition at line 210 of file UN_Include.h.
|
inline |
Returns the number of indices in the range.
Definition at line 219 of file UN_Include.h.
|
inline |
Returns the first index in the range.
Definition at line 215 of file UN_Include.h.