HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UN_DataIndexSpan Class Reference

#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...
 

Detailed Description

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.

Constructor & Destructor Documentation

UN_DataIndexSpan::UN_DataIndexSpan ( UN_DataIndex  start,
UN_DataSize  size 
)
inlineexplicit

Construct the data index span range object given.

Definition at line 210 of file UN_Include.h.

Member Function Documentation

UN_DataSize UN_DataIndexSpan::size ( void  ) const
inline

Returns the number of indices in the range.

Definition at line 219 of file UN_Include.h.

UN_DataIndex UN_DataIndexSpan::start ( ) const
inline

Returns the first index in the range.

Definition at line 215 of file UN_Include.h.


The documentation for this class was generated from the following file: