View range internal implementation class.
More...
#include <kanzi/core/property/view_range.hpp>
View range internal implementation class.
Aggregate class containing the common parts of implementation for ViewRange and IndexedViewRange.
Constructor.
- Parameters
-
sourceRange | Range as input to the view range. |
length | View range length. |
Gets the source range.
- Returns
- Pointer to the source range.
Sets the source range.
- Parameters
-
- Since
- Kanzi 3.9.6
size_t kanzi::ViewRangeImpl::getViewLength |
( |
| ) |
const |
|
inline |
Gets the length of the view.
- Returns
- View length.
void kanzi::ViewRangeImpl::setViewLength |
( |
size_t |
viewLength | ) |
|
|
inline |
Sets the length of the view.
- Parameters
-
- Since
- Kanzi 3.9.6
size_t kanzi::ViewRangeImpl::m_length |
|
protected |
The documentation for this class was generated from the following file: