Class Range

Class Documentation

class icrar::Range

Represents a forwards linear sequence of indexes for some finite collection.

Public Functions

Range(int start, int interval, int end)
uint32_t GetStart() const
uint32_t GetInterval() const
uint32_t GetEnd() const
int GetSize() const

Gets the number of elements in the range.

Return

int